Html Css Color HEX #AC0EAD Deep Magenta

📋 copy color: '#AC0EAD'

red 172 ◦ green 14 ◦ blue 173

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

Shades of Deep Magenta #AC0EAD

Tints of Deep Magenta #AC0EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.9%

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 47.91%
G = 3.9%
B = 48.19%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC0EAD (or 0xAC0EAD) is known color: Deep Magenta. HEX triplet: AC, 0E and AD. RGB value is (172,14,173). Sum of RGB (Red+Green+Blue) = 172+14+173=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC0EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0EAD is #53F152. Grayscale: #4E4E4E. Windows color (decimal): -5501267 or 11341484. OLE color: 11341484.

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

Color convert

RGB 172 14 173 -
CMYK 0.01 0.92 0 0.32
HSL 299.62º 0.85% 0.37% -
HSV(B) 299.62º 0.92% 0.68% -
XYZ 24.71 12.1 40.57 -
YUV 79.37 180.85 194.07 -
System Red Green Blue C M Y K H S L
Decimal 172 14 173 0.01 0.92 0 0.32 299.62 0.85 0.37
Hex AC E AD 1 5C 0 20 12C 55 25
Octal 254 16 255 1 134 0 40 454 125 45
Binary 10101100 1110 10101101 1 1011100 0 100000 100101100 1010101 100101

Color Harmonies of #AC0EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EAD

Black with #AC0EAD

Text Example


Text Example

White with #AC0EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EAD; }

 p { color: rgb(172,14,173); }

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

background-color css

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

 a { background-color: rgb(172,14,173); }

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

border-color css

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

 span { border-color: rgb(172,14,173); }

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