#A010B5

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

Shades of Dark Violet #A010B5

Tints of Dark Violet #A010B5

Color information

#A010B5 (or 0xA010B5) is unknown color: approx Dark Violet. HEX triplet: A0, 10 and B5. RGB value is (160,16,181). Sum of RGB (Red+Green+Blue) = 160+16+181=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #A010B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010B5 is #5FEF4A. Grayscale: #4D4D4D. Windows color (decimal): -6287179 or 11866272. OLE color: 11866272.

HSL color Cylindrical-coordinate representation of color #A010B5: hue angle of 292.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A010B5 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16016181-
CMYK0.120.9100.29
HSL292.36º83.76%38.63%-
HSV(B)292.36º91.16%70.98%-
XYZ23.0211.1844.66-
YUV77.87186.21186.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 16 (6.64% from 255) = 4.48%
BLUE value IS 181 (71.09% from 255) = 50.70%
R=44.82%
G=4.48%
B=50.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160161810.120.9100.29292.3683.7638.63
HexA010B5C5B01D1245427
Octal240202651413303544412447
Binary101000001000010110101110010110110111011001001001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A010B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A010B5; }

 p { color: rgb(160,16,181); }

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

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

 a { background-color: rgb(160,16,181); }

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

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

 span { border-color: rgb(160,16,181); }

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