#A302B9

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

Shades of Dark Violet #A302B9

Tints of Dark Violet #A302B9

Color information

#A302B9 (or 0xA302B9) is unknown color: approx Dark Violet. HEX triplet: A3, 02 and B9. RGB value is (163,2,185). Sum of RGB (Red+Green+Blue) = 163+2+185=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #A302B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A302B9 is #5CFD46. Grayscale: #464646. Windows color (decimal): -6094151 or 12124835. OLE color: 12124835.

HSL color Cylindrical-coordinate representation of color #A302B9: hue angle of 292.79º 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 #A302B9 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1632185-
CMYK0.120.9900.27
HSL292.79º97.86%36.67%-
HSV(B)292.79º98.92%72.55%-
XYZ23.8811.3346.83-
YUV71192.34193.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 185 (72.66% from 255) = 52.86%
R=46.57%
G=0.57%
B=52.86%

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
Decimal16321850.120.9900.27292.7997.8636.67
HexA32B9C6301B1256225
Octal24322711414303344514245
Binary101000111010111001110011000110110111001001011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A302B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A302B9; }

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

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

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

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

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

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

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

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