Html Css Color HEX #AC0AB9 Deep Magenta

📋 copy color: '#AC0AB9'

red 172 ◦ green 10 ◦ blue 185

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

Shades of Deep Magenta #AC0AB9

Tints of Deep Magenta #AC0AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.41%

R = 46.87%
G = 2.72%
B = 50.41%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC0AB9 (or 0xAC0AB9) is known color: Deep Magenta. HEX triplet: AC, 0A and B9. RGB value is (172,10,185). Sum of RGB (Red+Green+Blue) = 172+10+185=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC0AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0AB9 is #53F546. Grayscale: #4D4D4D. Windows color (decimal): -5502279 or 12126892. OLE color: 12126892.

HSL color Cylindrical-coordinate representation of color #AC0AB9: hue angle of 295.54º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0AB9 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 10 185 -
CMYK 0.07 0.95 0 0.27
HSL 295.54º 0.9% 0.38% -
HSV(B) 295.54º 0.95% 0.73% -
XYZ 25.88 12.49 46.95 -
YUV 78.39 188.17 194.77 -
System Red Green Blue C M Y K H S L
Decimal 172 10 185 0.07 0.95 0 0.27 295.54 0.9 0.38
Hex AC A B9 7 5F 0 1B 128 5A 26
Octal 254 12 271 7 137 0 33 450 132 46
Binary 10101100 1010 10111001 111 1011111 0 11011 100101000 1011010 100110

Color Harmonies of #AC0AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AB9

Black with #AC0AB9

Text Example


Text Example

White with #AC0AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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