#A013E7

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

Shades of Dark Violet #A013E7

Tints of Dark Violet #A013E7

Color information

#A013E7 (or 0xA013E7) is unknown color: approx Dark Violet. HEX triplet: A0, 13 and E7. RGB value is (160,19,231). Sum of RGB (Red+Green+Blue) = 160+19+231=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 231 (90.62% from 255 or 56.34% from 410); Max value from RGB is 231 - color contains mainly: blue. Hex color #A013E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A013E7 is #5FEC18. Grayscale: #545454. Windows color (decimal): -6286361 or 15143840. OLE color: 15143840.

HSL color Cylindrical-coordinate representation of color #A013E7: hue angle of 279.91º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A013E7 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16019231-
CMYK0.310.9200.09
HSL279.91º84.8%49.02%-
HSV(B)279.91º91.77%90.59%-
XYZ29.1513.7176.71-
YUV85.33210.21181.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 19 (7.81% from 255) = 4.63%
BLUE value IS 231 (90.62% from 255) = 56.34%
R=39.02%
G=4.63%
B=56.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160192310.310.9200.09279.9184.849.02
HexA013E71F5C091185531
Octal240233473713401143012561
Binary101000001001111100111111111011100010011000110001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A013E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A013E7; }

 p { color: rgb(160,19,231); }

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

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

 a { background-color: rgb(160,19,231); }

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

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

 span { border-color: rgb(160,19,231); }

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