#A110F0

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

Shades of Dark Violet #A110F0

Tints of Dark Violet #A110F0

Color information

#A110F0 (or 0xA110F0) is unknown color: approx Dark Violet. HEX triplet: A1, 10 and F0. RGB value is (161,16,240). Sum of RGB (Red+Green+Blue) = 161+16+240=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #A110F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A110F0 is #5EEF0F. Grayscale: #545454. Windows color (decimal): -6221584 or 15732897. OLE color: 15732897.

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

Color convert

RGB16116240-
CMYK0.330.9300.06
HSL278.84º88.19%50.2%-
HSV(B)278.84º93.33%94.12%-
XYZ30.6114.2483.57-
YUV84.89215.54182.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 16 (6.64% from 255) = 3.84%
BLUE value IS 240 (94.14% from 255) = 57.55%
R=38.61%
G=3.84%
B=57.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal161162400.330.9300.06278.8488.1950.2
HexA110F0215D061175832
Octal24120360411350642713062
Binary101000011000011110000100001101110101101000101111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A110F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A110F0; }

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

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

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

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

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

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

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

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