#A016E4

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

Shades of Dark Violet #A016E4

Tints of Dark Violet #A016E4

Color information

#A016E4 (or 0xA016E4) is unknown color: approx Dark Violet. HEX triplet: A0, 16 and E4. RGB value is (160,22,228). Sum of RGB (Red+Green+Blue) = 160+22+228=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #A016E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016E4 is #5FE91B. Grayscale: #565656. Windows color (decimal): -6285596 or 14948000. OLE color: 14948000.

HSL color Cylindrical-coordinate representation of color #A016E4: hue angle of 280.19º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A016E4 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16022228-
CMYK0.300.9000.11
HSL280.19º82.4%49.02%-
HSV(B)280.19º90.35%89.41%-
XYZ28.7913.6574.52-
YUV86.75207.72180.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 22 (8.98% from 255) = 5.37%
BLUE value IS 228 (89.45% from 255) = 55.61%
R=39.02%
G=5.37%
B=55.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160222280.300.9000.11280.1982.449.02
HexA016E41E5A0B1185231
Octal240263443613201343012261
Binary101000001011011100100111101011010010111000110001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A016E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A016E4; }

 p { color: rgb(160,22,228); }

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

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

 a { background-color: rgb(160,22,228); }

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

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

 span { border-color: rgb(160,22,228); }

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