#A202F0

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

Shades of Dark Violet #A202F0

Tints of Dark Violet #A202F0

Color information

#A202F0 (or 0xA202F0) is unknown color: approx Dark Violet. HEX triplet: A2, 02 and F0. RGB value is (162,2,240). Sum of RGB (Red+Green+Blue) = 162+2+240=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 240 (94.14% from 255 or 59.41% from 404); Max value from RGB is 240 - color contains mainly: blue. Hex color #A202F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A202F0 is #5DFD0F. Grayscale: #4C4C4C. Windows color (decimal): -6159632 or 15729314. OLE color: 15729314.

HSL color Cylindrical-coordinate representation of color #A202F0: hue angle of 280.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202F0 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1622240-
CMYK0.320.9900.06
HSL280.34º98.35%47.45%-
HSV(B)280.34º99.17%94.12%-
XYZ30.6514.0283.53-
YUV76.97220.01188.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 2 (1.17% from 255) = 0.50%
BLUE value IS 240 (94.14% from 255) = 59.41%
R=40.10%
G=0.50%
B=59.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16222400.320.9900.06280.3498.3547.45
HexA22F0206306118622f
Octal2422360401430643014257
Binary101000101011110000100000110001101101000110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A202F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A202F0; }

 p { color: rgb(162,2,240); }

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

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

 a { background-color: rgb(162,2,240); }

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

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

 span { border-color: rgb(162,2,240); }

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