Html Css Color HEX #AC07A6 Dark Magenta

📋 copy color: '#AC07A6'

red 172 ◦ green 7 ◦ blue 166

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

Shades of Dark Magenta #AC07A6

Tints of Dark Magenta #AC07A6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.03%

 BLUE value IS 166 (65.23% from 255) = 48.12%

R = 49.86%
G = 2.03%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC07A6 (or 0xAC07A6) is known color: Dark Magenta. HEX triplet: AC, 07 and A6. RGB value is (172,7,166). Sum of RGB (Red+Green+Blue) = 172+7+166=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC07A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC07A6 is #53F859. Grayscale: #494949. Windows color (decimal): -5503066 or 10880940. OLE color: 10880940.

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

Color convert

RGB 172 7 166 -
CMYK 0 0.96 0.03 0.33
HSL 302.18º 0.92% 0.35% -
HSV(B) 302.18º 0.96% 0.67% -
XYZ 23.97 11.68 37.07 -
YUV 74.46 179.66 197.57 -
System Red Green Blue C M Y K H S L
Decimal 172 7 166 0 0.96 0.03 0.33 302.18 0.92 0.35
Hex AC 7 A6 0 60 3 21 12E 5C 23
Octal 254 7 246 0 140 3 41 456 134 43
Binary 10101100 111 10100110 0 1100000 11 100001 100101110 1011100 100011

Color Harmonies of #AC07A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07A6

Black with #AC07A6

Text Example


Text Example

White with #AC07A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07A6; }

 p { color: rgb(172,7,166); }

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

background-color css

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

 a { background-color: rgb(172,7,166); }

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

border-color css

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

 span { border-color: rgb(172,7,166); }

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