#A10EDA

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

Shades of Dark Violet #A10EDA

Tints of Dark Violet #A10EDA

Color information

#A10EDA (or 0xA10EDA) is unknown color: approx Dark Violet. HEX triplet: A1, 0E and DA. RGB value is (161,14,218). Sum of RGB (Red+Green+Blue) = 161+14+218=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #A10EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10EDA is #5EF125. Grayscale: #505050. Windows color (decimal): -6222118 or 14290593. OLE color: 14290593.

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

Color convert

RGB16114218-
CMYK0.260.9400.15
HSL283.24º87.93%45.49%-
HSV(B)283.24º93.58%85.49%-
XYZ27.5112.9567.38-
YUV81.21205.2184.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 14 (5.86% from 255) = 3.56%
BLUE value IS 218 (85.55% from 255) = 55.47%
R=40.97%
G=3.56%
B=55.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161142180.260.9400.15283.2487.9345.49
HexA1EDA1A5E0F11b582d
Octal241163323213601743313055
Binary10100001111011011010110101011110011111000110111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10EDA; }

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

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

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

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

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

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

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

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