#AC03B6

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

Shades of Deep Magenta #AC03B6

Tints of Deep Magenta #AC03B6

Color information

#AC03B6 (or 0xAC03B6) is unknown color: approx Deep Magenta. HEX triplet: AC, 03 and B6. RGB value is (172,3,182). Sum of RGB (Red+Green+Blue) = 172+3+182=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC03B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03B6 is #53FC49. Grayscale: #494949. Windows color (decimal): -5504074 or 11928492. OLE color: 11928492.

HSL color Cylindrical-coordinate representation of color #AC03B6: hue angle of 296.65º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC03B6 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1723182-
CMYK0.050.9800.29
HSL296.65º96.76%36.27%-
HSV(B)296.65º98.35%71.37%-
XYZ25.4912.2145.27-
YUV73.94188.99197.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 182 (71.48% from 255) = 50.98%
R=48.18%
G=0.84%
B=50.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17231820.050.9800.29296.6596.7636.27
HexAC3B656201D1296124
Octal2543266514203545114144
Binary10101100111011011010111000100111011001010011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC03B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC03B6; }

 p { color: rgb(172,3,182); }

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

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

 a { background-color: rgb(172,3,182); }

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

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

 span { border-color: rgb(172,3,182); }

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