Html Css Color HEX #AC0799 Dark Magenta

📋 copy color: '#AC0799'

red 172 ◦ green 7 ◦ blue 153

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

Shades of Dark Magenta #AC0799

Tints of Dark Magenta #AC0799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.08%

R = 51.81%
G = 2.11%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC0799 (or 0xAC0799) is known color: Dark Magenta. HEX triplet: AC, 07 and 99. RGB value is (172,7,153). Sum of RGB (Red+Green+Blue) = 172+7+153=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0799 is #53F866. Grayscale: #484848. Windows color (decimal): -5503079 or 10028972. OLE color: 10028972.

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

Color convert

RGB 172 7 153 -
CMYK 0 0.96 0.11 0.33
HSL 306.91º 0.92% 0.35% -
HSV(B) 306.91º 0.96% 0.67% -
XYZ 22.84 11.22 31.1 -
YUV 72.98 173.16 198.63 -
System Red Green Blue C M Y K H S L
Decimal 172 7 153 0 0.96 0.11 0.33 306.91 0.92 0.35
Hex AC 7 99 0 60 B 21 133 5C 23
Octal 254 7 231 0 140 13 41 463 134 43
Binary 10101100 111 10011001 0 1100000 1011 100001 100110011 1011100 100011

Color Harmonies of #AC0799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0799

Black with #AC0799

Text Example


Text Example

White with #AC0799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0799; }

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

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

background-color css

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

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

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

border-color css

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

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

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