#A91B8A

Color #A91B8A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #A91B8A

Tints of Medium Violet Red #A91B8A

Color information

#A91B8A (or 0xA91B8A) is unknown color: approx Medium Violet Red. HEX triplet: A9, 1B and 8A. RGB value is (169,27,138). Sum of RGB (Red+Green+Blue) = 169+27+138=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91B8A is #56E475. Grayscale: #515151. Windows color (decimal): -5694582 or 9051049. OLE color: 9051049.

HSL color Cylindrical-coordinate representation of color #A91B8A: hue angle of 313.1º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91B8A is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16927138-
CMYK00.840.180.34
HSL313.1º72.45%38.43%-
HSV(B)313.1º84.02%66.27%-
XYZ21.3411.0525.05-
YUV82.11159.54189.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 50.60%
GREEN value IS 27 (10.94% from 255) = 8.08%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=50.60%
G=8.08%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692713800.840.180.34313.172.4538.43
HexA91B8A05412221394826
Octal251332120124224247111046
Binary10101001110111000101001010100100101000101001110011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91B8A; }

 p { color: rgb(169,27,138); }

 H1.HeaderClassName
 {
   color: #A91B8A;
 }
 .AnyTagClassName
 {
   color: #A91B8A;
 }
</style>
background-color css

<style>
 a { background-color: #A91B8A; }

 a { background-color: rgb(169,27,138); }

 div.DivClassName
 {
   background-color: #A91B8A;
 }
 .BgClassName
 {
   background-color: #A91B8A;
 }
</style>
border-color css

<style>
 span { border-color: #A91B8A; }

 span { border-color: rgb(169,27,138); }

 td.TdClassName
 {
   border-color: #A91B8A;
 }
 .TagClassName
 {
   border-color: #A91B8A;
 }
</style>