Html Css Color HEX #AC01AE Deep Magenta

📋 copy color: '#AC01AE'

red 172 ◦ green 1 ◦ blue 174

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

Shades of Deep Magenta #AC01AE

Tints of Deep Magenta #AC01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 49.57%
G = 0.29%
B = 50.14%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC01AE (or 0xAC01AE) is known color: Deep Magenta. HEX triplet: AC, 01 and AE. RGB value is (172,1,174). Sum of RGB (Red+Green+Blue) = 172+1+174=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC01AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC01AE is #53FE51. Grayscale: #474747. Windows color (decimal): -5504594 or 11403692. OLE color: 11403692.

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

Color convert

RGB 172 1 174 -
CMYK 0.01 0.99 0 0.32
HSL 299.31º 0.99% 0.34% -
HSV(B) 299.31º 0.99% 0.68% -
XYZ 24.66 11.85 41.03 -
YUV 71.85 185.65 199.43 -
System Red Green Blue C M Y K H S L
Decimal 172 1 174 0.01 0.99 0 0.32 299.31 0.99 0.34
Hex AC 1 AE 1 63 0 20 12B 63 22
Octal 254 1 256 1 143 0 40 453 143 42
Binary 10101100 1 10101110 1 1100011 0 100000 100101011 1100011 100010

Color Harmonies of #AC01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01AE

Black with #AC01AE

Text Example


Text Example

White with #AC01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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