Html Css Color HEX #AC089F Dark Magenta

📋 copy color: '#AC089F'

red 172 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #AC089F

Tints of Dark Magenta #AC089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.36%

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

R = 50.74%
G = 2.36%
B = 46.9%

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

#AC089F (or 0xAC089F) is known color: Dark Magenta. HEX triplet: AC, 08 and 9F. RGB value is (172,8,159). Sum of RGB (Red+Green+Blue) = 172+8+159=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC089F is #53F760. Grayscale: #494949. Windows color (decimal): -5502817 or 10422444. OLE color: 10422444.

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

Color convert

RGB 172 8 159 -
CMYK 0 0.95 0.08 0.33
HSL 304.76º 0.91% 0.35% -
HSV(B) 304.76º 0.95% 0.67% -
XYZ 23.36 11.45 33.78 -
YUV 74.25 175.83 197.72 -
System Red Green Blue C M Y K H S L
Decimal 172 8 159 0 0.95 0.08 0.33 304.76 0.91 0.35
Hex AC 8 9F 0 5F 8 21 131 5B 23
Octal 254 10 237 0 137 10 41 461 133 43
Binary 10101100 1000 10011111 0 1011111 1000 100001 100110001 1011011 100011

Color Harmonies of #AC089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC089F

Black with #AC089F

Text Example


Text Example

White with #AC089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC089F; }

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

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

background-color css

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

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

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

border-color css

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

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

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