Html Css Color HEX #AC15A3 Dark Magenta

📋 copy color: '#AC15A3'

red 172 ◦ green 21 ◦ blue 163

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

Shades of Dark Magenta #AC15A3

Tints of Dark Magenta #AC15A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.79%

R = 48.31%
G = 5.9%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC15A3 (or 0xAC15A3) is known color: Dark Magenta. HEX triplet: AC, 15 and A3. RGB value is (172,21,163). Sum of RGB (Red+Green+Blue) = 172+21+163=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC15A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC15A3 is #53EA5C. Grayscale: #515151. Windows color (decimal): -5499485 or 10687916. OLE color: 10687916.

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

Color convert

RGB 172 21 163 -
CMYK 0 0.88 0.05 0.33
HSL 303.58º 0.78% 0.38% -
HSV(B) 303.58º 0.88% 0.67% -
XYZ 23.89 11.95 35.7 -
YUV 82.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 172 21 163 0 0.88 0.05 0.33 303.58 0.78 0.38
Hex AC 15 A3 0 58 5 21 130 4E 26
Octal 254 25 243 0 130 5 41 460 116 46
Binary 10101100 10101 10100011 0 1011000 101 100001 100110000 1001110 100110

Color Harmonies of #AC15A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15A3

Black with #AC15A3

Text Example


Text Example

White with #AC15A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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