Html Css Color HEX #AC0DAE Deep Magenta

📋 copy color: '#AC0DAE'

red 172 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #AC0DAE

Tints of Deep Magenta #AC0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.62%

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

R = 47.91%
G = 3.62%
B = 48.47%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC0DAE (or 0xAC0DAE) is known color: Deep Magenta. HEX triplet: AC, 0D and AE. RGB value is (172,13,174). Sum of RGB (Red+Green+Blue) = 172+13+174=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC0DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0DAE is #53F251. Grayscale: #4E4E4E. Windows color (decimal): -5501522 or 11406764. OLE color: 11406764.

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

Color convert

RGB 172 13 174 -
CMYK 0.01 0.93 0 0.32
HSL 299.25º 0.86% 0.37% -
HSV(B) 299.25º 0.93% 0.68% -
XYZ 24.8 12.11 41.08 -
YUV 78.9 181.68 194.41 -
System Red Green Blue C M Y K H S L
Decimal 172 13 174 0.01 0.93 0 0.32 299.25 0.86 0.37
Hex AC D AE 1 5D 0 20 12B 56 25
Octal 254 15 256 1 135 0 40 453 126 45
Binary 10101100 1101 10101110 1 1011101 0 100000 100101011 1010110 100101

Color Harmonies of #AC0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DAE

Black with #AC0DAE

Text Example


Text Example

White with #AC0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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