#A15FAE

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

Shades of Violet Blue #A15FAE

Tints of Violet Blue #A15FAE

Color information

#A15FAE (or 0xA15FAE) is unknown color: approx Violet Blue. HEX triplet: A1, 5F and AE. RGB value is (161,95,174). Sum of RGB (Red+Green+Blue) = 161+95+174=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #A15FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FAE is #5EA051. Grayscale: #7B7B7B. Windows color (decimal): -6201426 or 11427745. OLE color: 11427745.

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

Color convert

RGB16195174-
CMYK0.070.4500.32
HSL290.13º32.78%52.75%-
HSV(B)290.13º45.4%68.24%-
XYZ26.4318.8242.28-
YUV123.74156.37154.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=37.44%
G=22.09%
B=40.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161951740.070.4500.32290.1332.7852.75
HexA15FAE72D0201222135
Octal2411372567550404424165
Binary101000011011111101011101111011010100000100100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FAE; }

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

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

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

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

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

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

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

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