Html Css Color HEX #AC13AE Deep Magenta

📋 copy color: '#AC13AE'

red 172 ◦ green 19 ◦ blue 174

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

Shades of Deep Magenta #AC13AE

Tints of Deep Magenta #AC13AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.21%

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

R = 47.12%
G = 5.21%
B = 47.67%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC13AE (or 0xAC13AE) is known color: Deep Magenta. HEX triplet: AC, 13 and AE. RGB value is (172,19,174). Sum of RGB (Red+Green+Blue) = 172+19+174=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC13AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC13AE is #53EC51. Grayscale: #515151. Windows color (decimal): -5499986 or 11408300. OLE color: 11408300.

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

Color convert

RGB 172 19 174 -
CMYK 0.01 0.89 0 0.32
HSL 299.23º 0.8% 0.38% -
HSV(B) 299.23º 0.89% 0.68% -
XYZ 24.89 12.29 41.11 -
YUV 82.42 179.69 191.9 -
System Red Green Blue C M Y K H S L
Decimal 172 19 174 0.01 0.89 0 0.32 299.23 0.8 0.38
Hex AC 13 AE 1 59 0 20 12B 50 26
Octal 254 23 256 1 131 0 40 453 120 46
Binary 10101100 10011 10101110 1 1011001 0 100000 100101011 1010000 100110

Color Harmonies of #AC13AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13AE

Black with #AC13AE

Text Example


Text Example

White with #AC13AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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