#A15FAD

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

Shades of Violet Blue #A15FAD

Tints of Violet Blue #A15FAD

Color information

#A15FAD (or 0xA15FAD) is unknown color: approx Violet Blue. HEX triplet: A1, 5F and AD. RGB value is (161,95,173). Sum of RGB (Red+Green+Blue) = 161+95+173=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #A15FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FAD is #5EA052. Grayscale: #7B7B7B. Windows color (decimal): -6201427 or 11362209. OLE color: 11362209.

HSL color Cylindrical-coordinate representation of color #A15FAD: hue angle of 290.77º degrees, saturation: 0.32, 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 #A15FAD is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16195173-
CMYK0.070.4500.32
HSL290.77º32.23%52.55%-
HSV(B)290.77º45.09%67.84%-
XYZ26.3318.7841.77-
YUV123.63155.87154.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=37.53%
G=22.14%
B=40.33%

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
Decimal161951730.070.4500.32290.7732.2352.55
HexA15FAD72D0201232035
Octal2411372557550404434065
Binary101000011011111101011011111011010100000100100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FAD; }

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

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

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

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

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

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

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

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