#AC02B0

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

Shades of Deep Magenta #AC02B0

Tints of Deep Magenta #AC02B0

Color information

#AC02B0 (or 0xAC02B0) is unknown color: approx Deep Magenta. HEX triplet: AC, 02 and B0. RGB value is (172,2,176). Sum of RGB (Red+Green+Blue) = 172+2+176=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC02B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02B0 is #53FD4F. Grayscale: #484848. Windows color (decimal): -5504336 or 11535020. OLE color: 11535020.

HSL color Cylindrical-coordinate representation of color #AC02B0: hue angle of 298.62º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02B0 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1722176-
CMYK0.020.9900.31
HSL298.62º97.75%34.9%-
HSV(B)298.62º98.86%69.02%-
XYZ24.8711.9542.07-
YUV72.67186.32198.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=49.14%
G=0.57%
B=50.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17221760.020.9900.31298.6297.7534.9
HexAC2B026301F12b6223
Octal2542260214303745314243
Binary1010110010101100001011000110111111001010111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC02B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC02B0; }

 p { color: rgb(172,2,176); }

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

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

 a { background-color: rgb(172,2,176); }

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

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

 span { border-color: rgb(172,2,176); }

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