Html Css Color HEX #AC0FAE Deep Magenta

📋 copy color: '#AC0FAE'

red 172 ◦ green 15 ◦ blue 174

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

Shades of Deep Magenta #AC0FAE

Tints of Deep Magenta #AC0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.16%

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

R = 47.65%
G = 4.16%
B = 48.2%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC0FAE (or 0xAC0FAE) is known color: Deep Magenta. HEX triplet: AC, 0F and AE. RGB value is (172,15,174). Sum of RGB (Red+Green+Blue) = 172+15+174=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FAE is #53F051. Grayscale: #4F4F4F. Windows color (decimal): -5501010 or 11407276. OLE color: 11407276.

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

Color convert

RGB 172 15 174 -
CMYK 0.01 0.91 0 0.32
HSL 299.25º 0.84% 0.37% -
HSV(B) 299.25º 0.91% 0.68% -
XYZ 24.82 12.17 41.08 -
YUV 80.07 181.01 193.57 -
System Red Green Blue C M Y K H S L
Decimal 172 15 174 0.01 0.91 0 0.32 299.25 0.84 0.37
Hex AC F AE 1 5B 0 20 12B 54 25
Octal 254 17 256 1 133 0 40 453 124 45
Binary 10101100 1111 10101110 1 1011011 0 100000 100101011 1010100 100101

Color Harmonies of #AC0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FAE

Black with #AC0FAE

Text Example


Text Example

White with #AC0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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