#A302BA

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

Shades of Dark Violet #A302BA

Tints of Dark Violet #A302BA

Color information

#A302BA (or 0xA302BA) is unknown color: approx Dark Violet. HEX triplet: A3, 02 and BA. RGB value is (163,2,186). Sum of RGB (Red+Green+Blue) = 163+2+186=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #A302BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A302BA is #5CFD45. Grayscale: #464646. Windows color (decimal): -6094150 or 12190371. OLE color: 12190371.

HSL color Cylindrical-coordinate representation of color #A302BA: hue angle of 292.5º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302BA is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1632186-
CMYK0.120.9900.27
HSL292.5º97.87%36.86%-
HSV(B)292.5º98.92%72.94%-
XYZ23.9911.3847.39-
YUV71.11192.84193.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=46.44%
G=0.57%
B=52.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16321860.120.9900.27292.597.8736.86
HexA32BAC6301B1246225
Octal24322721414303344414245
Binary101000111010111010110011000110110111001001001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A302BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A302BA; }

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

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

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

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

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

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

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

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