#A117E2

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

Shades of Dark Violet #A117E2

Tints of Dark Violet #A117E2

Color information

#A117E2 (or 0xA117E2) is unknown color: approx Dark Violet. HEX triplet: A1, 17 and E2. RGB value is (161,23,226). Sum of RGB (Red+Green+Blue) = 161+23+226=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 226 (88.67% from 255 or 55.12% from 410); Max value from RGB is 226 - color contains mainly: blue. Hex color #A117E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117E2 is #5EE81D. Grayscale: #565656. Windows color (decimal): -6219806 or 14817185. OLE color: 14817185.

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

Color convert

RGB16123226-
CMYK0.290.9000.11
HSL280.79º81.53%48.82%-
HSV(B)280.79º89.82%88.63%-
XYZ28.7313.6873.08-
YUV87.4206.22180.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 23 (9.38% from 255) = 5.61%
BLUE value IS 226 (88.67% from 255) = 55.12%
R=39.27%
G=5.61%
B=55.12%

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
Decimal161232260.290.9000.11280.7981.5348.82
HexA117E21D5A0B1195231
Octal241273423513201343112261
Binary101000011011111100010111011011010010111000110011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A117E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A117E2; }

 p { color: rgb(161,23,226); }

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

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

 a { background-color: rgb(161,23,226); }

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

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

 span { border-color: rgb(161,23,226); }

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