#A119E1

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

Shades of Dark Violet #A119E1

Tints of Dark Violet #A119E1

Color information

#A119E1 (or 0xA119E1) is unknown color: approx Dark Violet. HEX triplet: A1, 19 and E1. RGB value is (161,25,225). Sum of RGB (Red+Green+Blue) = 161+25+225=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 225 (88.28% from 255 or 54.74% from 411); Max value from RGB is 225 - color contains mainly: blue. Hex color #A119E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119E1 is #5EE61E. Grayscale: #575757. Windows color (decimal): -6219295 or 14752161. OLE color: 14752161.

HSL color Cylindrical-coordinate representation of color #A119E1: hue angle of 280.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A119E1 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16125225-
CMYK0.280.8900.12
HSL280.8º80%49.02%-
HSV(B)280.8º88.89%88.24%-
XYZ28.6413.7172.37-
YUV88.46205.06179.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 25 (10.16% from 255) = 6.08%
BLUE value IS 225 (88.28% from 255) = 54.74%
R=39.17%
G=6.08%
B=54.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161252250.280.8900.12280.88049.02
HexA119E11C590C1195031
Octal241313413413101443112061
Binary101000011100111100001111001011001011001000110011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A119E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A119E1; }

 p { color: rgb(161,25,225); }

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

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

 a { background-color: rgb(161,25,225); }

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

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

 span { border-color: rgb(161,25,225); }

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