#AC0ABE

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

Shades of Deep Magenta #AC0ABE

Tints of Deep Magenta #AC0ABE

Color information

#AC0ABE (or 0xAC0ABE) is unknown color: approx Deep Magenta. HEX triplet: AC, 0A and BE. RGB value is (172,10,190). Sum of RGB (Red+Green+Blue) = 172+10+190=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC0ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ABE is #53F541. Grayscale: #4E4E4E. Windows color (decimal): -5502274 or 12454572. OLE color: 12454572.

HSL color Cylindrical-coordinate representation of color #AC0ABE: hue angle of 294º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0ABE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17210190-
CMYK0.090.9500.25
HSL294º90%39.22%-
HSV(B)294º94.74%74.51%-
XYZ26.4212.7149.78-
YUV78.96190.67194.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 10 (4.30% from 255) = 2.69%
BLUE value IS 190 (74.61% from 255) = 51.08%
R=46.24%
G=2.69%
B=51.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172101900.090.9500.252949039.22
HexACABE95F0191265a27
Octal254122761113703144613247
Binary10101100101010111110100110111110110011001001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0ABE; }

 p { color: rgb(172,10,190); }

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

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

 a { background-color: rgb(172,10,190); }

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

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

 span { border-color: rgb(172,10,190); }

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