Html Css Color HEX #AC13A2 Dark Magenta

📋 copy color: '#AC13A2'

red 172 ◦ green 19 ◦ blue 162

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

Shades of Dark Magenta #AC13A2

Tints of Dark Magenta #AC13A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.89%

R = 48.73%
G = 5.38%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC13A2 (or 0xAC13A2) is known color: Dark Magenta. HEX triplet: AC, 13 and A2. RGB value is (172,19,162). Sum of RGB (Red+Green+Blue) = 172+19+162=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC13A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC13A2 is #53EC5D. Grayscale: #505050. Windows color (decimal): -5499998 or 10621868. OLE color: 10621868.

HSL color Cylindrical-coordinate representation of color #AC13A2: hue angle of 303.92º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC13A2 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 162 -
CMYK 0 0.89 0.06 0.33
HSL 303.92º 0.8% 0.37% -
HSV(B) 303.92º 0.89% 0.67% -
XYZ 23.77 11.85 35.22 -
YUV 81.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 172 19 162 0 0.89 0.06 0.33 303.92 0.8 0.37
Hex AC 13 A2 0 59 6 21 130 50 25
Octal 254 23 242 0 131 6 41 460 120 45
Binary 10101100 10011 10100010 0 1011001 110 100001 100110000 1010000 100101

Color Harmonies of #AC13A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13A2

Black with #AC13A2

Text Example


Text Example

White with #AC13A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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