Html Css Color HEX #AC0B80 Medium Violet Red

📋 copy color: '#AC0B80'

red 172 ◦ green 11 ◦ blue 128

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

Shades of Medium Violet Red #AC0B80

Tints of Medium Violet Red #AC0B80

RGB

 RED value IS 172 (67.58% from 255) = 55.31%

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

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

R = 55.31%
G = 3.54%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC0B80 (or 0xAC0B80) is known color: Medium Violet Red. HEX triplet: AC, 0B and 80. RGB value is (172,11,128). Sum of RGB (Red+Green+Blue) = 172+11+128=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B80 is #53F47F. Grayscale: #484848. Windows color (decimal): -5502080 or 8391596. OLE color: 8391596.

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

Color convert

RGB 172 11 128 -
CMYK 0 0.94 0.26 0.33
HSL 316.4º 0.88% 0.36% -
HSV(B) 316.4º 0.94% 0.67% -
XYZ 21.03 10.57 21.35 -
YUV 72.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 172 11 128 0 0.94 0.26 0.33 316.4 0.88 0.36
Hex AC B 80 0 5E 1A 21 13C 58 24
Octal 254 13 200 0 136 32 41 474 130 44
Binary 10101100 1011 10000000 0 1011110 11010 100001 100111100 1011000 100100

Color Harmonies of #AC0B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B80

Black with #AC0B80

Text Example


Text Example

White with #AC0B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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