Html Css Color HEX #AC0AB5 Deep Magenta

📋 copy color: '#AC0AB5'

red 172 ◦ green 10 ◦ blue 181

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

Shades of Deep Magenta #AC0AB5

Tints of Deep Magenta #AC0AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.86%

R = 47.38%
G = 2.75%
B = 49.86%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC0AB5 (or 0xAC0AB5) is known color: Deep Magenta. HEX triplet: AC, 0A and B5. RGB value is (172,10,181). Sum of RGB (Red+Green+Blue) = 172+10+181=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC0AB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0AB5 is #53F54A. Grayscale: #4D4D4D. Windows color (decimal): -5502283 or 11864748. OLE color: 11864748.

HSL color Cylindrical-coordinate representation of color #AC0AB5: hue angle of 296.84º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0AB5 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 10 181 -
CMYK 0.05 0.94 0 0.29
HSL 296.84º 0.9% 0.37% -
HSV(B) 296.84º 0.94% 0.71% -
XYZ 25.46 12.32 44.75 -
YUV 77.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 172 10 181 0.05 0.94 0 0.29 296.84 0.9 0.37
Hex AC A B5 5 5E 0 1D 129 5A 25
Octal 254 12 265 5 136 0 35 451 132 45
Binary 10101100 1010 10110101 101 1011110 0 11101 100101001 1011010 100101

Color Harmonies of #AC0AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AB5

Black with #AC0AB5

Text Example


Text Example

White with #AC0AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AB5; }

 p { color: rgb(172,10,181); }

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

background-color css

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

 a { background-color: rgb(172,10,181); }

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

border-color css

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

 span { border-color: rgb(172,10,181); }

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