#A010EB

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

Shades of Dark Violet #A010EB

Tints of Dark Violet #A010EB

Color information

#A010EB (or 0xA010EB) is unknown color: approx Dark Violet. HEX triplet: A0, 10 and EB. RGB value is (160,16,235). Sum of RGB (Red+Green+Blue) = 160+16+235=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #A010EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010EB is #5FEF14. Grayscale: #535353. Windows color (decimal): -6287125 or 15405216. OLE color: 15405216.

HSL color Cylindrical-coordinate representation of color #A010EB: hue angle of 279.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010EB is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16016235-
CMYK0.320.9300.08
HSL279.45º87.25%49.22%-
HSV(B)279.45º93.19%92.16%-
XYZ29.6813.8479.7-
YUV84.02213.21182.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 16 (6.64% from 255) = 3.89%
BLUE value IS 235 (92.19% from 255) = 57.18%
R=38.93%
G=3.89%
B=57.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160162350.320.9300.08279.4587.2549.22
HexA010EB205D081175731
Octal240203534013501042712761
Binary1010000010000111010111000001011101010001000101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A010EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A010EB; }

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

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

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

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

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

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

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

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