#A302AC

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

Shades of Dark Magenta #A302AC

Tints of Dark Magenta #A302AC

Color information

#A302AC (or 0xA302AC) is unknown color: approx Dark Magenta. HEX triplet: A3, 02 and AC. RGB value is (163,2,172). Sum of RGB (Red+Green+Blue) = 163+2+172=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #A302AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A302AC is #5CFD53. Grayscale: #454545. Windows color (decimal): -6094164 or 11272867. OLE color: 11272867.

HSL color Cylindrical-coordinate representation of color #A302AC: hue angle of 296.82º degrees, saturation: 0.98, 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 #A302AC is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1632172-
CMYK0.050.9900.33
HSL296.82º97.7%34.12%-
HSV(B)296.82º98.84%67.45%-
XYZ22.5710.8139.93-
YUV69.52185.84194.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=48.37%
G=0.59%
B=51.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16321720.050.9900.33296.8297.734.12
HexA32AC5630211296222
Octal2432254514304145114242
Binary101000111010101100101110001101000011001010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A302AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A302AC; }

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

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

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

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

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

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

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

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