#A109F0

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

Shades of Dark Violet #A109F0

Tints of Dark Violet #A109F0

Color information

#A109F0 (or 0xA109F0) is unknown color: approx Dark Violet. HEX triplet: A1, 09 and F0. RGB value is (161,9,240). Sum of RGB (Red+Green+Blue) = 161+9+240=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 240 (94.14% from 255 or 58.54% from 410); Max value from RGB is 240 - color contains mainly: blue. Hex color #A109F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A109F0 is #5EF60F. Grayscale: #505050. Windows color (decimal): -6223376 or 15731105. OLE color: 15731105.

HSL color Cylindrical-coordinate representation of color #A109F0: hue angle of 279.48º 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 #A109F0 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1619240-
CMYK0.330.9600.06
HSL279.48º92.77%48.82%-
HSV(B)279.48º96.25%94.12%-
XYZ30.5214.0683.54-
YUV80.78217.86185.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 9 (3.91% from 255) = 2.20%
BLUE value IS 240 (94.14% from 255) = 58.54%
R=39.27%
G=2.20%
B=58.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16192400.330.9600.06279.4892.7748.82
HexA19F02160061175d31
Octal24111360411400642713561
Binary10100001100111110000100001110000001101000101111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A109F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A109F0; }

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

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

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

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

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

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

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

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