Html Css Color HEX #AB0A80 Medium Violet Red

📋 copy color: '#AB0A80'

red 171 ◦ green 10 ◦ blue 128

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

Shades of Medium Violet Red #AB0A80

Tints of Medium Violet Red #AB0A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 55.34%
G = 3.24%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB0A80 (or 0xAB0A80) is known color: Medium Violet Red. HEX triplet: AB, 0A and 80. RGB value is (171,10,128). Sum of RGB (Red+Green+Blue) = 171+10+128=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0A80 is #54F57F. Grayscale: #474747. Windows color (decimal): -5567872 or 8391339. OLE color: 8391339.

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

Color convert

RGB 171 10 128 -
CMYK 0 0.94 0.25 0.33
HSL 316.02º 0.89% 0.35% -
HSV(B) 316.02º 0.94% 0.67% -
XYZ 20.8 10.43 21.34 -
YUV 71.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 171 10 128 0 0.94 0.25 0.33 316.02 0.89 0.35
Hex AB A 80 0 5E 19 21 13C 59 23
Octal 253 12 200 0 136 31 41 474 131 43
Binary 10101011 1010 10000000 0 1011110 11001 100001 100111100 1011001 100011

Color Harmonies of #AB0A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A80

Black with #AB0A80

Text Example


Text Example

White with #AB0A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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