#A209F0

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

Shades of Dark Violet #A209F0

Tints of Dark Violet #A209F0

Color information

#A209F0 (or 0xA209F0) is unknown color: approx Dark Violet. HEX triplet: A2, 09 and F0. RGB value is (162,9,240). Sum of RGB (Red+Green+Blue) = 162+9+240=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #A209F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A209F0 is #5DF60F. Grayscale: #505050. Windows color (decimal): -6157840 or 15731106. OLE color: 15731106.

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

Color convert

RGB1629240-
CMYK0.320.9600.06
HSL279.74º92.77%48.82%-
HSV(B)279.74º96.25%94.12%-
XYZ30.7314.1783.55-
YUV81.08217.69185.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 9 (3.91% from 255) = 2.19%
BLUE value IS 240 (94.14% from 255) = 58.39%
R=39.42%
G=2.19%
B=58.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16292400.320.9600.06279.7492.7748.82
HexA29F02060061185d31
Octal24211360401400643013561
Binary10100010100111110000100000110000001101000110001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A209F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A209F0; }

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

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

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

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

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

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

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

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