Html Css Color HEX #AB0B80 Medium Violet Red

📋 copy color: '#AB0B80'

red 171 ◦ green 11 ◦ blue 128

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

Shades of Medium Violet Red #AB0B80

Tints of Medium Violet Red #AB0B80

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.55%

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

R = 55.16%
G = 3.55%
B = 41.29%

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

#AB0B80 (or 0xAB0B80) is known color: Medium Violet Red. HEX triplet: AB, 0B and 80. RGB value is (171,11,128). Sum of RGB (Red+Green+Blue) = 171+11+128=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0B80 is #54F47F. Grayscale: #474747. Windows color (decimal): -5567616 or 8391595. OLE color: 8391595.

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

Color convert

RGB 171 11 128 -
CMYK 0 0.94 0.25 0.33
HSL 316.13º 0.88% 0.36% -
HSV(B) 316.13º 0.94% 0.67% -
XYZ 20.81 10.46 21.34 -
YUV 72.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 171 11 128 0 0.94 0.25 0.33 316.13 0.88 0.36
Hex AB B 80 0 5E 19 21 13C 58 24
Octal 253 13 200 0 136 31 41 474 130 44
Binary 10101011 1011 10000000 0 1011110 11001 100001 100111100 1011000 100100

Color Harmonies of #AB0B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B80

Black with #AB0B80

Text Example


Text Example

White with #AB0B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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