Html Css Color HEX #AC06A8 Dark Magenta

📋 copy color: '#AC06A8'

red 172 ◦ green 6 ◦ blue 168

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

Shades of Dark Magenta #AC06A8

Tints of Dark Magenta #AC06A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48.55%

R = 49.71%
G = 1.73%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC06A8 (or 0xAC06A8) is known color: Dark Magenta. HEX triplet: AC, 06 and A8. RGB value is (172,6,168). Sum of RGB (Red+Green+Blue) = 172+6+168=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC06A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC06A8 is #53F957. Grayscale: #494949. Windows color (decimal): -5503320 or 11011756. OLE color: 11011756.

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

Color convert

RGB 172 6 168 -
CMYK 0 0.97 0.02 0.33
HSL 301.45º 0.93% 0.35% -
HSV(B) 301.45º 0.97% 0.67% -
XYZ 24.15 11.73 38.04 -
YUV 74.1 181 197.83 -
System Red Green Blue C M Y K H S L
Decimal 172 6 168 0 0.97 0.02 0.33 301.45 0.93 0.35
Hex AC 6 A8 0 61 2 21 12D 5D 23
Octal 254 6 250 0 141 2 41 455 135 43
Binary 10101100 110 10101000 0 1100001 10 100001 100101101 1011101 100011

Color Harmonies of #AC06A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC06A8

Black with #AC06A8

Text Example


Text Example

White with #AC06A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC06A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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