#A15DAE

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

Shades of Violet Blue #A15DAE

Tints of Violet Blue #A15DAE

Color information

#A15DAE (or 0xA15DAE) is unknown color: approx Violet Blue. HEX triplet: A1, 5D and AE. RGB value is (161,93,174). Sum of RGB (Red+Green+Blue) = 161+93+174=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #A15DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15DAE is #5EA251. Grayscale: #7A7A7A. Windows color (decimal): -6201938 or 11427233. OLE color: 11427233.

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

Color convert

RGB16193174-
CMYK0.070.4700.32
HSL290.37º33.33%52.35%-
HSV(B)290.37º46.55%68.24%-
XYZ26.2518.4642.22-
YUV122.57157.03155.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=37.62%
G=21.73%
B=40.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161931740.070.4700.32290.3733.3352.35
HexA15DAE72F0201222134
Octal2411352567570404424164
Binary101000011011101101011101111011110100000100100010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15DAE; }

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

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

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

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

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

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

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

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