Html Css Color HEX #AC099B Dark Magenta

📋 copy color: '#AC099B'

red 172 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #AC099B

Tints of Dark Magenta #AC099B

RGB

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

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

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

R = 51.19%
G = 2.68%
B = 46.13%

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

#AC099B (or 0xAC099B) is known color: Dark Magenta. HEX triplet: AC, 09 and 9B. RGB value is (172,9,155). Sum of RGB (Red+Green+Blue) = 172+9+155=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC099B is #53F664. Grayscale: #494949. Windows color (decimal): -5502565 or 10160556. OLE color: 10160556.

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

Color convert

RGB 172 9 155 -
CMYK 0 0.95 0.10 0.33
HSL 306.26º 0.9% 0.35% -
HSV(B) 306.26º 0.95% 0.67% -
XYZ 23.03 11.33 31.98 -
YUV 74.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 172 9 155 0 0.95 0.10 0.33 306.26 0.9 0.35
Hex AC 9 9B 0 5F A 21 132 5A 23
Octal 254 11 233 0 137 12 41 462 132 43
Binary 10101100 1001 10011011 0 1011111 1010 100001 100110010 1011010 100011

Color Harmonies of #AC099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC099B

Black with #AC099B

Text Example


Text Example

White with #AC099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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