#A15EAA

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

Shades of Violet Blue #A15EAA

Tints of Violet Blue #A15EAA

Color information

#A15EAA (or 0xA15EAA) is unknown color: approx Violet Blue. HEX triplet: A1, 5E and AA. RGB value is (161,94,170). Sum of RGB (Red+Green+Blue) = 161+94+170=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #A15EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EAA is #5EA155. Grayscale: #7A7A7A. Windows color (decimal): -6201686 or 11165345. OLE color: 11165345.

HSL color Cylindrical-coordinate representation of color #A15EAA: hue angle of 292.89º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15EAA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16194170-
CMYK0.050.4500.33
HSL292.89º30.89%51.76%-
HSV(B)292.89º44.71%66.67%-
XYZ25.9618.4840.23-
YUV122.7154.7155.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 170 (66.80% from 255) = 40%
R=37.88%
G=22.12%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161941700.050.4500.33292.8930.8951.76
HexA15EAA52D0211251f34
Octal2411362525550414453764
Binary10100001101111010101010101101101010000110010010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15EAA; }

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

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

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

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

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

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

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

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