Html Css Color HEX #AC0AA7 Dark Magenta

📋 copy color: '#AC0AA7'

red 172 ◦ green 10 ◦ blue 167

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

Shades of Dark Magenta #AC0AA7

Tints of Dark Magenta #AC0AA7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.87%

 BLUE value IS 167 (65.63% from 255) = 47.85%

R = 49.28%
G = 2.87%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC0AA7 (or 0xAC0AA7) is known color: Dark Magenta. HEX triplet: AC, 0A and A7. RGB value is (172,10,167). Sum of RGB (Red+Green+Blue) = 172+10+167=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0AA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0AA7 is #53F558. Grayscale: #4B4B4B. Windows color (decimal): -5502297 or 10947244. OLE color: 10947244.

HSL color Cylindrical-coordinate representation of color #AC0AA7: hue angle of 301.85º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0AA7 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 10 167 -
CMYK 0 0.94 0.03 0.33
HSL 301.85º 0.89% 0.36% -
HSV(B) 301.85º 0.94% 0.67% -
XYZ 24.1 11.78 37.56 -
YUV 76.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 172 10 167 0 0.94 0.03 0.33 301.85 0.89 0.36
Hex AC A A7 0 5E 3 21 12E 59 24
Octal 254 12 247 0 136 3 41 456 131 44
Binary 10101100 1010 10100111 0 1011110 11 100001 100101110 1011001 100100

Color Harmonies of #AC0AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0AA7

Black with #AC0AA7

Text Example


Text Example

White with #AC0AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0AA7; }

 p { color: rgb(172,10,167); }

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

background-color css

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

 a { background-color: rgb(172,10,167); }

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

border-color css

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

 span { border-color: rgb(172,10,167); }

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