Html Css Color HEX #AB0C86 Medium Violet Red

📋 copy color: '#AB0C86'

red 171 ◦ green 12 ◦ blue 134

#AB0C86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #AB0C86

Tints of Medium Violet Red #AB0C86

RGB

 RED value IS 171 (67.19% from 255) = 53.94%

 GREEN value IS 12 (5.08% from 255) = 3.79%

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 53.94%
G = 3.79%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB0C86 (or 0xAB0C86) is known color: Medium Violet Red. HEX triplet: AB, 0C and 86. RGB value is (171,12,134). Sum of RGB (Red+Green+Blue) = 171+12+134=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C86 is #54F379. Grayscale: #494949. Windows color (decimal): -5567354 or 8785067. OLE color: 8785067.

HSL color Cylindrical-coordinate representation of color #AB0C86: hue angle of 313.96º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C86 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 12 134 -
CMYK 0 0.93 0.22 0.33
HSL 313.96º 0.87% 0.36% -
HSV(B) 313.96º 0.93% 0.67% -
XYZ 21.23 10.64 23.49 -
YUV 73.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 171 12 134 0 0.93 0.22 0.33 313.96 0.87 0.36
Hex AB C 86 0 5D 16 21 13A 57 24
Octal 253 14 206 0 135 26 41 472 127 44
Binary 10101011 1100 10000110 0 1011101 10110 100001 100111010 1010111 100100

Color Harmonies of #AB0C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C86

Black with #AB0C86

Text Example


Text Example

White with #AB0C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C86; }

 p { color: rgb(171,12,134); }

 H1.HeaderClassName
 {
   color: #AB0C86;
 }
 .AnyTagClassName
 {
   color: #AB0C86;
 }
</style>

background-color css

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

 a { background-color: rgb(171,12,134); }

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

border-color css

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

 span { border-color: rgb(171,12,134); }

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