#A15EAD

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

Shades of Violet Blue #A15EAD

Tints of Violet Blue #A15EAD

Color information

#A15EAD (or 0xA15EAD) is unknown color: approx Violet Blue. HEX triplet: A1, 5E and AD. RGB value is (161,94,173). Sum of RGB (Red+Green+Blue) = 161+94+173=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #A15EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EAD is #5EA152. Grayscale: #7A7A7A. Windows color (decimal): -6201683 or 11361953. OLE color: 11361953.

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

Color convert

RGB16194173-
CMYK0.070.4600.32
HSL290.89º32.51%52.35%-
HSV(B)290.89º45.66%67.84%-
XYZ26.2418.641.74-
YUV123.04156.2155.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=37.62%
G=21.96%
B=40.42%

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
Decimal161941730.070.4600.32290.8932.5152.35
HexA15EAD72E0201232134
Octal2411362557560404434164
Binary101000011011110101011011111011100100000100100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15EAD; }

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

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

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

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

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

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

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

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