Html Css Color HEX #AC099E Dark Magenta

📋 copy color: '#AC099E'

red 172 ◦ green 9 ◦ blue 158

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

Shades of Dark Magenta #AC099E

Tints of Dark Magenta #AC099E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 158 (62.11% from 255) = 46.61%

R = 50.74%
G = 2.65%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC099E (or 0xAC099E) is known color: Dark Magenta. HEX triplet: AC, 09 and 9E. RGB value is (172,9,158). Sum of RGB (Red+Green+Blue) = 172+9+158=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC099E is #53F661. Grayscale: #4A4A4A. Windows color (decimal): -5502562 or 10357164. OLE color: 10357164.

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

Color convert

RGB 172 9 158 -
CMYK 0 0.95 0.08 0.33
HSL 305.15º 0.9% 0.35% -
HSV(B) 305.15º 0.95% 0.67% -
XYZ 23.28 11.43 33.33 -
YUV 74.72 175 197.38 -
System Red Green Blue C M Y K H S L
Decimal 172 9 158 0 0.95 0.08 0.33 305.15 0.9 0.35
Hex AC 9 9E 0 5F 8 21 131 5A 23
Octal 254 11 236 0 137 10 41 461 132 43
Binary 10101100 1001 10011110 0 1011111 1000 100001 100110001 1011010 100011

Color Harmonies of #AC099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC099E

Black with #AC099E

Text Example


Text Example

White with #AC099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC099E; }

 p { color: rgb(172,9,158); }

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

background-color css

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

 a { background-color: rgb(172,9,158); }

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

border-color css

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

 span { border-color: rgb(172,9,158); }

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