Html Css Color HEX #AC0F9C Dark Magenta

📋 copy color: '#AC0F9C'

red 172 ◦ green 15 ◦ blue 156

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

Shades of Dark Magenta #AC0F9C

Tints of Dark Magenta #AC0F9C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.37%

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 50.15%
G = 4.37%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC0F9C (or 0xAC0F9C) is known color: Dark Magenta. HEX triplet: AC, 0F and 9C. RGB value is (172,15,156). Sum of RGB (Red+Green+Blue) = 172+15+156=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F9C is #53F063. Grayscale: #4D4D4D. Windows color (decimal): -5501028 or 10227628. OLE color: 10227628.

HSL color Cylindrical-coordinate representation of color #AC0F9C: hue angle of 306.11º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F9C is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 156 -
CMYK 0 0.91 0.09 0.33
HSL 306.11º 0.84% 0.37% -
HSV(B) 306.11º 0.91% 0.67% -
XYZ 23.18 11.51 32.45 -
YUV 78.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 172 15 156 0 0.91 0.09 0.33 306.11 0.84 0.37
Hex AC F 9C 0 5B 9 21 132 54 25
Octal 254 17 234 0 133 11 41 462 124 45
Binary 10101100 1111 10011100 0 1011011 1001 100001 100110010 1010100 100101

Color Harmonies of #AC0F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F9C

Black with #AC0F9C

Text Example


Text Example

White with #AC0F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F9C; }

 p { color: rgb(172,15,156); }

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

background-color css

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

 a { background-color: rgb(172,15,156); }

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

border-color css

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

 span { border-color: rgb(172,15,156); }

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