Html Css Color HEX #AC0C98 Dark Magenta

📋 copy color: '#AC0C98'

red 172 ◦ green 12 ◦ blue 152

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

Shades of Dark Magenta #AC0C98

Tints of Dark Magenta #AC0C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.24%

R = 51.19%
G = 3.57%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC0C98 (or 0xAC0C98) is known color: Dark Magenta. HEX triplet: AC, 0C and 98. RGB value is (172,12,152). Sum of RGB (Red+Green+Blue) = 172+12+152=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C98 is #53F367. Grayscale: #4B4B4B. Windows color (decimal): -5501800 or 9964716. OLE color: 9964716.

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

Color convert

RGB 172 12 152 -
CMYK 0 0.93 0.12 0.33
HSL 307.5º 0.87% 0.36% -
HSV(B) 307.5º 0.93% 0.67% -
XYZ 22.81 11.3 30.68 -
YUV 75.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 172 12 152 0 0.93 0.12 0.33 307.5 0.87 0.36
Hex AC C 98 0 5D C 21 134 57 24
Octal 254 14 230 0 135 14 41 464 127 44
Binary 10101100 1100 10011000 0 1011101 1100 100001 100110100 1010111 100100

Color Harmonies of #AC0C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C98

Black with #AC0C98

Text Example


Text Example

White with #AC0C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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