#A302A7

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

Shades of Dark Magenta #A302A7

Tints of Dark Magenta #A302A7

Color information

#A302A7 (or 0xA302A7) is unknown color: approx Dark Magenta. HEX triplet: A3, 02 and A7. RGB value is (163,2,167). Sum of RGB (Red+Green+Blue) = 163+2+167=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #A302A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A302A7 is #5CFD58. Grayscale: #444444. Windows color (decimal): -6094169 or 10945187. OLE color: 10945187.

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

Color convert

RGB1632167-
CMYK0.020.9900.35
HSL298.55º97.63%33.14%-
HSV(B)298.55º98.8%65.49%-
XYZ22.110.6237.44-
YUV68.95183.34195.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 167 (65.62% from 255) = 50.30%
R=49.10%
G=0.60%
B=50.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16321670.020.9900.35298.5597.6333.14
HexA32A726302312b6221
Octal2432247214304345314241
Binary10100011101010011110110001101000111001010111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A302A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A302A7; }

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

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

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

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

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

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

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

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