Html Css Color HEX #AB0A8E Medium Violet Red

📋 copy color: '#AB0A8E'

red 171 ◦ green 10 ◦ blue 142

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

Shades of Medium Violet Red #AB0A8E

Tints of Medium Violet Red #AB0A8E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.1%

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

R = 52.94%
G = 3.1%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB0A8E (or 0xAB0A8E) is known color: Medium Violet Red. HEX triplet: AB, 0A and 8E. RGB value is (171,10,142). Sum of RGB (Red+Green+Blue) = 171+10+142=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0A8E is #54F571. Grayscale: #484848. Windows color (decimal): -5567858 or 9308843. OLE color: 9308843.

HSL color Cylindrical-coordinate representation of color #AB0A8E: hue angle of 310.81º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A8E is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 10 142 -
CMYK 0 0.94 0.17 0.33
HSL 310.81º 0.89% 0.35% -
HSV(B) 310.81º 0.94% 0.67% -
XYZ 21.79 10.83 26.53 -
YUV 73.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 171 10 142 0 0.94 0.17 0.33 310.81 0.89 0.35
Hex AB A 8E 0 5E 11 21 137 59 23
Octal 253 12 216 0 136 21 41 467 131 43
Binary 10101011 1010 10001110 0 1011110 10001 100001 100110111 1011001 100011

Color Harmonies of #AB0A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A8E

Black with #AB0A8E

Text Example


Text Example

White with #AB0A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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