Html Css Color HEX #AC03AA Dark Magenta

📋 copy color: '#AC03AA'

red 172 ◦ green 3 ◦ blue 170

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

Shades of Dark Magenta #AC03AA

Tints of Dark Magenta #AC03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 49.86%
G = 0.87%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC03AA (or 0xAC03AA) is known color: Dark Magenta. HEX triplet: AC, 03 and AA. RGB value is (172,3,170). Sum of RGB (Red+Green+Blue) = 172+3+170=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC03AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC03AA is #53FC55. Grayscale: #484848. Windows color (decimal): -5504086 or 11142060. OLE color: 11142060.

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

Color convert

RGB 172 3 170 -
CMYK 0 0.98 0.01 0.33
HSL 300.71º 0.97% 0.34% -
HSV(B) 300.71º 0.98% 0.67% -
XYZ 24.3 11.74 39.02 -
YUV 72.57 182.99 198.92 -
System Red Green Blue C M Y K H S L
Decimal 172 3 170 0 0.98 0.01 0.33 300.71 0.97 0.34
Hex AC 3 AA 0 62 1 21 12D 61 22
Octal 254 3 252 0 142 1 41 455 141 42
Binary 10101100 11 10101010 0 1100010 1 100001 100101101 1100001 100010

Color Harmonies of #AC03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03AA

Black with #AC03AA

Text Example


Text Example

White with #AC03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03AA; }

 p { color: rgb(172,3,170); }

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

background-color css

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

 a { background-color: rgb(172,3,170); }

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

border-color css

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

 span { border-color: rgb(172,3,170); }

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