Html Css Color HEX #AC00A8 Dark Magenta

📋 copy color: '#AC00A8'

red 172 ◦ green 0 ◦ blue 168

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

Shades of Dark Magenta #AC00A8

Tints of Dark Magenta #AC00A8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.59%
G = 0%
B = 49.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC00A8 (or 0xAC00A8) is known color: Dark Magenta. HEX triplet: AC, 00 and A8. RGB value is (172,0,168). Sum of RGB (Red+Green+Blue) = 172+0+168=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 168 (66.02% from 255 or 49.41% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC00A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC00A8 is #53FF57. Grayscale: #464646. Windows color (decimal): -5504856 or 11010220. OLE color: 11010220.

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

Color convert

RGB 172 0 168 -
CMYK 0 1 0.02 0.33
HSL 301.4º 1% 0.34% -
HSV(B) 301.4º 1% 0.67% -
XYZ 24.08 11.6 38.02 -
YUV 70.58 182.98 200.34 -
System Red Green Blue C M Y K H S L
Decimal 172 0 168 0 1 0.02 0.33 301.4 1 0.34
Hex AC 0 A8 0 64 2 21 12D 64 22
Octal 254 0 250 0 144 2 41 455 144 42
Binary 10101100 0 10101000 0 1100100 10 100001 100101101 1100100 100010

Color Harmonies of #AC00A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00A8

Black with #AC00A8

Text Example


Text Example

White with #AC00A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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