Html Css Color HEX #AC0196 Dark Magenta

📋 copy color: '#AC0196'

red 172 ◦ green 1 ◦ blue 150

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

Shades of Dark Magenta #AC0196

Tints of Dark Magenta #AC0196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 150 (58.98% from 255) = 46.44%

R = 53.25%
G = 0.31%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC0196 (or 0xAC0196) is known color: Dark Magenta. HEX triplet: AC, 01 and 96. RGB value is (172,1,150). Sum of RGB (Red+Green+Blue) = 172+1+150=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0196 is #53FE69. Grayscale: #444444. Windows color (decimal): -5504618 or 9830828. OLE color: 9830828.

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

Color convert

RGB 172 1 150 -
CMYK 0 0.99 0.13 0.33
HSL 307.72º 0.99% 0.34% -
HSV(B) 307.72º 0.99% 0.67% -
XYZ 22.53 10.99 29.79 -
YUV 69.12 173.65 201.38 -
System Red Green Blue C M Y K H S L
Decimal 172 1 150 0 0.99 0.13 0.33 307.72 0.99 0.34
Hex AC 1 96 0 63 D 21 134 63 22
Octal 254 1 226 0 143 15 41 464 143 42
Binary 10101100 1 10010110 0 1100011 1101 100001 100110100 1100011 100010

Color Harmonies of #AC0196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0196

Black with #AC0196

Text Example


Text Example

White with #AC0196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0196; }

 p { color: rgb(172,1,150); }

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

background-color css

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

 a { background-color: rgb(172,1,150); }

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

border-color css

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

 span { border-color: rgb(172,1,150); }

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