#A116E4

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

Shades of Dark Violet #A116E4

Tints of Dark Violet #A116E4

Color information

#A116E4 (or 0xA116E4) is unknown color: approx Dark Violet. HEX triplet: A1, 16 and E4. RGB value is (161,22,228). Sum of RGB (Red+Green+Blue) = 161+22+228=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #A116E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A116E4 is #5EE91B. Grayscale: #565656. Windows color (decimal): -6220060 or 14948001. OLE color: 14948001.

HSL color Cylindrical-coordinate representation of color #A116E4: hue angle of 280.49º 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 #A116E4 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16122228-
CMYK0.290.9000.11
HSL280.49º82.4%49.02%-
HSV(B)280.49º90.35%89.41%-
XYZ28.9913.7574.53-
YUV87.04207.55180.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 22 (8.98% from 255) = 5.35%
BLUE value IS 228 (89.45% from 255) = 55.47%
R=39.17%
G=5.35%
B=55.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161222280.290.9000.11280.4982.449.02
HexA116E41D5A0B1185231
Octal241263443513201343012261
Binary101000011011011100100111011011010010111000110001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A116E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A116E4; }

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

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

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

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

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

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

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

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