Html Css Color HEX #AB0C8E Medium Violet Red

📋 copy color: '#AB0C8E'

red 171 ◦ green 12 ◦ blue 142

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

Shades of Medium Violet Red #AB0C8E

Tints of Medium Violet Red #AB0C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 52.62%
G = 3.69%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB0C8E (or 0xAB0C8E) is known color: Medium Violet Red. HEX triplet: AB, 0C and 8E. RGB value is (171,12,142). Sum of RGB (Red+Green+Blue) = 171+12+142=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C8E is #54F371. Grayscale: #4A4A4A. Windows color (decimal): -5567346 or 9309355. OLE color: 9309355.

HSL color Cylindrical-coordinate representation of color #AB0C8E: hue angle of 310.94º 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 #AB0C8E is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 12 142 -
CMYK 0 0.93 0.17 0.33
HSL 310.94º 0.87% 0.36% -
HSV(B) 310.94º 0.93% 0.67% -
XYZ 21.81 10.87 26.54 -
YUV 74.36 166.18 196.93 -
System Red Green Blue C M Y K H S L
Decimal 171 12 142 0 0.93 0.17 0.33 310.94 0.87 0.36
Hex AB C 8E 0 5D 11 21 137 57 24
Octal 253 14 216 0 135 21 41 467 127 44
Binary 10101011 1100 10001110 0 1011101 10001 100001 100110111 1010111 100100

Color Harmonies of #AB0C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C8E

Black with #AB0C8E

Text Example


Text Example

White with #AB0C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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