Html Css Color HEX #AC03A0 Dark Magenta

📋 copy color: '#AC03A0'

red 172 ◦ green 3 ◦ blue 160

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

Shades of Dark Magenta #AC03A0

Tints of Dark Magenta #AC03A0

RGB

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

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

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

R = 51.34%
G = 0.9%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC03A0 (or 0xAC03A0) is known color: Dark Magenta. HEX triplet: AC, 03 and A0. RGB value is (172,3,160). Sum of RGB (Red+Green+Blue) = 172+3+160=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC03A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC03A0 is #53FC5F. Grayscale: #464646. Windows color (decimal): -5504096 or 10486700. OLE color: 10486700.

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

Color convert

RGB 172 3 160 -
CMYK 0 0.98 0.07 0.33
HSL 304.26º 0.97% 0.34% -
HSV(B) 304.26º 0.98% 0.67% -
XYZ 23.39 11.37 34.22 -
YUV 71.43 177.99 199.73 -
System Red Green Blue C M Y K H S L
Decimal 172 3 160 0 0.98 0.07 0.33 304.26 0.97 0.34
Hex AC 3 A0 0 62 7 21 130 61 22
Octal 254 3 240 0 142 7 41 460 141 42
Binary 10101100 11 10100000 0 1100010 111 100001 100110000 1100001 100010

Color Harmonies of #AC03A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03A0

Black with #AC03A0

Text Example


Text Example

White with #AC03A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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