Html Css Color HEX #AC099F Dark Magenta

📋 copy color: '#AC099F'

red 172 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #AC099F

Tints of Dark Magenta #AC099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.76%

R = 50.59%
G = 2.65%
B = 46.76%

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

#AC099F (or 0xAC099F) is known color: Dark Magenta. HEX triplet: AC, 09 and 9F. RGB value is (172,9,159). Sum of RGB (Red+Green+Blue) = 172+9+159=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC099F is #53F660. Grayscale: #4A4A4A. Windows color (decimal): -5502561 or 10422700. OLE color: 10422700.

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

Color convert

RGB 172 9 159 -
CMYK 0 0.95 0.08 0.33
HSL 304.79º 0.9% 0.35% -
HSV(B) 304.79º 0.95% 0.67% -
XYZ 23.37 11.47 33.78 -
YUV 74.84 175.5 197.3 -
System Red Green Blue C M Y K H S L
Decimal 172 9 159 0 0.95 0.08 0.33 304.79 0.9 0.35
Hex AC 9 9F 0 5F 8 21 131 5A 23
Octal 254 11 237 0 137 10 41 461 132 43
Binary 10101100 1001 10011111 0 1011111 1000 100001 100110001 1011010 100011

Color Harmonies of #AC099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC099F

Black with #AC099F

Text Example


Text Example

White with #AC099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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