#A15EAE

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

Shades of Violet Blue #A15EAE

Tints of Violet Blue #A15EAE

Color information

#A15EAE (or 0xA15EAE) is unknown color: approx Violet Blue. HEX triplet: A1, 5E and AE. RGB value is (161,94,174). Sum of RGB (Red+Green+Blue) = 161+94+174=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #A15EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EAE is #5EA151. Grayscale: #7A7A7A. Windows color (decimal): -6201682 or 11427489. OLE color: 11427489.

HSL color Cylindrical-coordinate representation of color #A15EAE: hue angle of 290.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A15EAE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16194174-
CMYK0.070.4600.32
HSL290.25º33.06%52.55%-
HSV(B)290.25º45.98%68.24%-
XYZ26.3418.6442.25-
YUV123.15156.7155-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=37.53%
G=21.91%
B=40.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161941740.070.4600.32290.2533.0652.55
HexA15EAE72E0201222135
Octal2411362567560404424165
Binary101000011011110101011101111011100100000100100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15EAE; }

 p { color: rgb(161,94,174); }

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

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

 a { background-color: rgb(161,94,174); }

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

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

 span { border-color: rgb(161,94,174); }

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