#A10AB4

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

Shades of Dark Violet #A10AB4

Tints of Dark Violet #A10AB4

Color information

#A10AB4 (or 0xA10AB4) is unknown color: approx Dark Violet. HEX triplet: A1, 0A and B4. RGB value is (161,10,180). Sum of RGB (Red+Green+Blue) = 161+10+180=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #A10AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10AB4 is #5EF54B. Grayscale: #4A4A4A. Windows color (decimal): -6223180 or 11799201. OLE color: 11799201.

HSL color Cylindrical-coordinate representation of color #A10AB4: hue angle of 293.29º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10AB4 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16110180-
CMYK0.110.9400.29
HSL293.29º89.47%37.25%-
HSV(B)293.29º94.44%70.59%-
XYZ23.0411.0944.11-
YUV74.53187.53189.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 10 (4.30% from 255) = 2.85%
BLUE value IS 180 (70.70% from 255) = 51.28%
R=45.87%
G=2.85%
B=51.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161101800.110.9400.29293.2989.4737.25
HexA1AB4B5E01D1255925
Octal241122641313603544513145
Binary10100001101010110100101110111100111011001001011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10AB4; }

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

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

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

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

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

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

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

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