Html Css Color HEX #AC0AAE Deep Magenta

📋 copy color: '#AC0AAE'

red 172 ◦ green 10 ◦ blue 174

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

Shades of Deep Magenta #AC0AAE

Tints of Deep Magenta #AC0AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 48.31%
G = 2.81%
B = 48.88%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC0AAE (or 0xAC0AAE) is known color: Deep Magenta. HEX triplet: AC, 0A and AE. RGB value is (172,10,174). Sum of RGB (Red+Green+Blue) = 172+10+174=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0AAE is #53F551. Grayscale: #4C4C4C. Windows color (decimal): -5502290 or 11405996. OLE color: 11405996.

HSL color Cylindrical-coordinate representation of color #AC0AAE: hue angle of 299.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0AAE is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 10 174 -
CMYK 0.01 0.94 0 0.32
HSL 299.27º 0.89% 0.36% -
HSV(B) 299.27º 0.94% 0.68% -
XYZ 24.76 12.04 41.06 -
YUV 77.13 182.67 195.66 -
System Red Green Blue C M Y K H S L
Decimal 172 10 174 0.01 0.94 0 0.32 299.27 0.89 0.36
Hex AC A AE 1 5E 0 20 12B 59 24
Octal 254 12 256 1 136 0 40 453 131 44
Binary 10101100 1010 10101110 1 1011110 0 100000 100101011 1011001 100100

Color Harmonies of #AC0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AAE

Black with #AC0AAE

Text Example


Text Example

White with #AC0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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