Html Css Color HEX #AC06A0 Dark Magenta

📋 copy color: '#AC06A0'

red 172 ◦ green 6 ◦ blue 160

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

Shades of Dark Magenta #AC06A0

Tints of Dark Magenta #AC06A0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

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

R = 50.89%
G = 1.78%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC06A0 (or 0xAC06A0) is known color: Dark Magenta. HEX triplet: AC, 06 and A0. RGB value is (172,6,160). Sum of RGB (Red+Green+Blue) = 172+6+160=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC06A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC06A0 is #53F95F. Grayscale: #484848. Windows color (decimal): -5503328 or 10487468. OLE color: 10487468.

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

Color convert

RGB 172 6 160 -
CMYK 0 0.97 0.07 0.33
HSL 304.34º 0.93% 0.35% -
HSV(B) 304.34º 0.97% 0.67% -
XYZ 23.42 11.44 34.23 -
YUV 73.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 172 6 160 0 0.97 0.07 0.33 304.34 0.93 0.35
Hex AC 6 A0 0 61 7 21 130 5D 23
Octal 254 6 240 0 141 7 41 460 135 43
Binary 10101100 110 10100000 0 1100001 111 100001 100110000 1011101 100011

Color Harmonies of #AC06A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC06A0

Black with #AC06A0

Text Example


Text Example

White with #AC06A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC06A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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