Html Css Color HEX #AC14A0 Dark Magenta

📋 copy color: '#AC14A0'

red 172 ◦ green 20 ◦ blue 160

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

Shades of Dark Magenta #AC14A0

Tints of Dark Magenta #AC14A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.45%

R = 48.86%
G = 5.68%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC14A0 (or 0xAC14A0) is known color: Dark Magenta. HEX triplet: AC, 14 and A0. RGB value is (172,20,160). Sum of RGB (Red+Green+Blue) = 172+20+160=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC14A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC14A0 is #53EB5F. Grayscale: #515151. Windows color (decimal): -5499744 or 10491052. OLE color: 10491052.

HSL color Cylindrical-coordinate representation of color #AC14A0: hue angle of 304.74º 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 #AC14A0 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 160 -
CMYK 0 0.88 0.07 0.33
HSL 304.74º 0.79% 0.38% -
HSV(B) 304.74º 0.88% 0.67% -
XYZ 23.61 11.81 34.29 -
YUV 81.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 172 20 160 0 0.88 0.07 0.33 304.74 0.79 0.38
Hex AC 14 A0 0 58 7 21 131 4F 26
Octal 254 24 240 0 130 7 41 461 117 46
Binary 10101100 10100 10100000 0 1011000 111 100001 100110001 1001111 100110

Color Harmonies of #AC14A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14A0

Black with #AC14A0

Text Example


Text Example

White with #AC14A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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