#A10AD6

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

Shades of Dark Violet #A10AD6

Tints of Dark Violet #A10AD6

Color information

#A10AD6 (or 0xA10AD6) is unknown color: approx Dark Violet. HEX triplet: A1, 0A and D6. RGB value is (161,10,214). Sum of RGB (Red+Green+Blue) = 161+10+214=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #A10AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10AD6 is #5EF529. Grayscale: #4D4D4D. Windows color (decimal): -6223146 or 14027425. OLE color: 14027425.

HSL color Cylindrical-coordinate representation of color #A10AD6: hue angle of 284.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10AD6 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16110214-
CMYK0.250.9500.16
HSL284.41º91.07%43.92%-
HSV(B)284.41º95.33%83.92%-
XYZ26.9412.6564.64-
YUV78.4204.53186.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 10 (4.30% from 255) = 2.60%
BLUE value IS 214 (83.98% from 255) = 55.58%
R=41.82%
G=2.60%
B=55.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161102140.250.9500.16284.4191.0743.92
HexA1AD6195F01011c5b2c
Octal241123263113702043413354
Binary101000011010110101101100110111110100001000111001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10AD6; }

 p { color: rgb(161,10,214); }

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

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

 a { background-color: rgb(161,10,214); }

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

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

 span { border-color: rgb(161,10,214); }

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