Html Css Color HEX #AC089B Dark Magenta

📋 copy color: '#AC089B'

red 172 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #AC089B

Tints of Dark Magenta #AC089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 51.34%
G = 2.39%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC089B (or 0xAC089B) is known color: Dark Magenta. HEX triplet: AC, 08 and 9B. RGB value is (172,8,155). Sum of RGB (Red+Green+Blue) = 172+8+155=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC089B is #53F764. Grayscale: #494949. Windows color (decimal): -5502821 or 10160300. OLE color: 10160300.

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

Color convert

RGB 172 8 155 -
CMYK 0 0.95 0.10 0.33
HSL 306.22º 0.91% 0.35% -
HSV(B) 306.22º 0.95% 0.67% -
XYZ 23.02 11.31 31.98 -
YUV 73.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 172 8 155 0 0.95 0.10 0.33 306.22 0.91 0.35
Hex AC 8 9B 0 5F A 21 132 5B 23
Octal 254 10 233 0 137 12 41 462 133 43
Binary 10101100 1000 10011011 0 1011111 1010 100001 100110010 1011011 100011

Color Harmonies of #AC089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC089B

Black with #AC089B

Text Example


Text Example

White with #AC089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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