Html Css Color HEX #AC15AD Deep Magenta

📋 copy color: '#AC15AD'

red 172 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #AC15AD

Tints of Deep Magenta #AC15AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.74%

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 46.99%
G = 5.74%
B = 47.27%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC15AD (or 0xAC15AD) is known color: Deep Magenta. HEX triplet: AC, 15 and AD. RGB value is (172,21,173). Sum of RGB (Red+Green+Blue) = 172+21+173=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC15AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC15AD is #53EA52. Grayscale: #535353. Windows color (decimal): -5499475 or 11343276. OLE color: 11343276.

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

Color convert

RGB 172 21 173 -
CMYK 0.01 0.88 0 0.32
HSL 299.61º 0.78% 0.38% -
HSV(B) 299.61º 0.88% 0.68% -
XYZ 24.82 12.32 40.61 -
YUV 83.48 178.53 191.14 -
System Red Green Blue C M Y K H S L
Decimal 172 21 173 0.01 0.88 0 0.32 299.61 0.78 0.38
Hex AC 15 AD 1 58 0 20 12C 4E 26
Octal 254 25 255 1 130 0 40 454 116 46
Binary 10101100 10101 10101101 1 1011000 0 100000 100101100 1001110 100110

Color Harmonies of #AC15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15AD

Black with #AC15AD

Text Example


Text Example

White with #AC15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15AD; }

 p { color: rgb(172,21,173); }

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

background-color css

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

 a { background-color: rgb(172,21,173); }

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

border-color css

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

 span { border-color: rgb(172,21,173); }

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