#A15AAE

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

Shades of Violet Blue #A15AAE

Tints of Violet Blue #A15AAE

Color information

#A15AAE (or 0xA15AAE) is unknown color: approx Violet Blue. HEX triplet: A1, 5A and AE. RGB value is (161,90,174). Sum of RGB (Red+Green+Blue) = 161+90+174=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #A15AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15AAE is #5EA551. Grayscale: #787878. Windows color (decimal): -6202706 or 11426465. OLE color: 11426465.

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

Color convert

RGB16190174-
CMYK0.070.4800.32
HSL290.71º34.15%51.76%-
HSV(B)290.71º48.28%68.24%-
XYZ25.9917.9542.14-
YUV120.8158.02156.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=37.88%
G=21.18%
B=40.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161901740.070.4800.32290.7134.1551.76
HexA15AAE7300201232234
Octal2411322567600404434264
Binary101000011011010101011101111100000100000100100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15AAE; }

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

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

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

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

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

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

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

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