Html Css Color HEX #AC009B Dark Magenta

📋 copy color: '#AC009B'

red 172 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #AC009B

Tints of Dark Magenta #AC009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.6%
G = 0%
B = 47.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC009B (or 0xAC009B) is known color: Dark Magenta. HEX triplet: AC, 00 and 9B. RGB value is (172,0,155). Sum of RGB (Red+Green+Blue) = 172+0+155=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC009B is #53FF64. Grayscale: #444444. Windows color (decimal): -5504869 or 10158252. OLE color: 10158252.

HSL color Cylindrical-coordinate representation of color #AC009B: hue angle of 305.93º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC009B is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 155 -
CMYK 0 1 0.10 0.33
HSL 305.93º 1% 0.34% -
HSV(B) 305.93º 1% 0.67% -
XYZ 22.93 11.14 31.95 -
YUV 69.1 176.48 201.4 -
System Red Green Blue C M Y K H S L
Decimal 172 0 155 0 1 0.10 0.33 305.93 1 0.34
Hex AC 0 9B 0 64 A 21 132 64 22
Octal 254 0 233 0 144 12 41 462 144 42
Binary 10101100 0 10011011 0 1100100 1010 100001 100110010 1100100 100010

Color Harmonies of #AC009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC009B

Black with #AC009B

Text Example


Text Example

White with #AC009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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