#AC10B2

Color #AC10B2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AC10B2

Tints of Deep Magenta #AC10B2

Color information

#AC10B2 (or 0xAC10B2) is unknown color: approx Deep Magenta. HEX triplet: AC, 10 and B2. RGB value is (172,16,178). Sum of RGB (Red+Green+Blue) = 172+16+178=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC10B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC10B2 is #53EF4D. Grayscale: #505050. Windows color (decimal): -5500750 or 11669676. OLE color: 11669676.

HSL color Cylindrical-coordinate representation of color #AC10B2: hue angle of 297.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC10B2 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17216178-
CMYK0.030.9100.30
HSL297.78º83.51%38.04%-
HSV(B)297.78º91.01%69.8%-
XYZ25.2312.3643.17-
YUV81.11182.68192.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.99%
GREEN value IS 16 (6.64% from 255) = 4.37%
BLUE value IS 178 (69.92% from 255) = 48.63%
R=46.99%
G=4.37%
B=48.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172161780.030.9100.30297.7883.5138.04
HexAC10B235B01E12a5426
Octal25420262313303645212446
Binary1010110010000101100101110110110111101001010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC10B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC10B2; }

 p { color: rgb(172,16,178); }

 H1.HeaderClassName
 {
   color: #AC10B2;
 }
 .AnyTagClassName
 {
   color: #AC10B2;
 }
</style>
background-color css

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

 a { background-color: rgb(172,16,178); }

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

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

 span { border-color: rgb(172,16,178); }

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