Html Css Color HEX #AC0C9B Dark Magenta

📋 copy color: '#AC0C9B'

red 172 ◦ green 12 ◦ blue 155

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

Shades of Dark Magenta #AC0C9B

Tints of Dark Magenta #AC0C9B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.54%

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

R = 50.74%
G = 3.54%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC0C9B (or 0xAC0C9B) is known color: Dark Magenta. HEX triplet: AC, 0C and 9B. RGB value is (172,12,155). Sum of RGB (Red+Green+Blue) = 172+12+155=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C9B is #53F364. Grayscale: #4B4B4B. Windows color (decimal): -5501797 or 10161324. OLE color: 10161324.

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

Color convert

RGB 172 12 155 -
CMYK 0 0.93 0.10 0.33
HSL 306.38º 0.87% 0.36% -
HSV(B) 306.38º 0.93% 0.67% -
XYZ 23.06 11.4 32 -
YUV 76.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 172 12 155 0 0.93 0.10 0.33 306.38 0.87 0.36
Hex AC C 9B 0 5D A 21 132 57 24
Octal 254 14 233 0 135 12 41 462 127 44
Binary 10101100 1100 10011011 0 1011101 1010 100001 100110010 1010111 100100

Color Harmonies of #AC0C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C9B

Black with #AC0C9B

Text Example


Text Example

White with #AC0C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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