#A10FDA

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

Shades of Dark Violet #A10FDA

Tints of Dark Violet #A10FDA

Color information

#A10FDA (or 0xA10FDA) is unknown color: approx Dark Violet. HEX triplet: A1, 0F and DA. RGB value is (161,15,218). Sum of RGB (Red+Green+Blue) = 161+15+218=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #A10FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FDA is #5EF025. Grayscale: #515151. Windows color (decimal): -6221862 or 14290849. OLE color: 14290849.

HSL color Cylindrical-coordinate representation of color #A10FDA: hue angle of 283.15º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10FDA is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16115218-
CMYK0.260.9300.15
HSL283.15º87.12%45.69%-
HSV(B)283.15º93.12%85.49%-
XYZ27.5212.9867.38-
YUV81.8204.87184.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 15 (6.25% from 255) = 3.81%
BLUE value IS 218 (85.55% from 255) = 55.33%
R=40.86%
G=3.81%
B=55.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161152180.260.9300.15283.1587.1245.69
HexA1FDA1A5D0F11b572e
Octal241173323213501743312756
Binary10100001111111011010110101011101011111000110111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10FDA; }

 p { color: rgb(161,15,218); }

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

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

 a { background-color: rgb(161,15,218); }

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

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

 span { border-color: rgb(161,15,218); }

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