Html Css Color HEX #AC14AB Deep Magenta

📋 copy color: '#AC14AB'

red 172 ◦ green 20 ◦ blue 171

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

Shades of Deep Magenta #AC14AB

Tints of Deep Magenta #AC14AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 47.38%
G = 5.51%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC14AB (or 0xAC14AB) is known color: Deep Magenta. HEX triplet: AC, 14 and AB. RGB value is (172,20,171). Sum of RGB (Red+Green+Blue) = 172+20+171=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC14AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC14AB is #53EB54. Grayscale: #525252. Windows color (decimal): -5499733 or 11211948. OLE color: 11211948.

HSL color Cylindrical-coordinate representation of color #AC14AB: hue angle of 300.39º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC14AB is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 171 -
CMYK 0 0.88 0.01 0.33
HSL 300.39º 0.79% 0.38% -
HSV(B) 300.39º 0.88% 0.67% -
XYZ 24.61 12.21 39.59 -
YUV 82.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 172 20 171 0 0.88 0.01 0.33 300.39 0.79 0.38
Hex AC 14 AB 0 58 1 21 12C 4F 26
Octal 254 24 253 0 130 1 41 454 117 46
Binary 10101100 10100 10101011 0 1011000 1 100001 100101100 1001111 100110

Color Harmonies of #AC14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14AB

Black with #AC14AB

Text Example


Text Example

White with #AC14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14AB; }

 p { color: rgb(172,20,171); }

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

background-color css

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

 a { background-color: rgb(172,20,171); }

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

border-color css

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

 span { border-color: rgb(172,20,171); }

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