#A15AAD

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

Shades of Violet Blue #A15AAD

Tints of Violet Blue #A15AAD

Color information

#A15AAD (or 0xA15AAD) is unknown color: approx Violet Blue. HEX triplet: A1, 5A and AD. RGB value is (161,90,173). Sum of RGB (Red+Green+Blue) = 161+90+173=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #A15AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15AAD is #5EA552. Grayscale: #787878. Windows color (decimal): -6202707 or 11360929. OLE color: 11360929.

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

Color convert

RGB16190173-
CMYK0.070.4800.32
HSL291.33º33.6%51.57%-
HSV(B)291.33º47.98%67.84%-
XYZ25.917.9141.63-
YUV120.69157.52156.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=37.97%
G=21.23%
B=40.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161901730.070.4800.32291.3333.651.57
HexA15AAD7300201232234
Octal2411322557600404434264
Binary101000011011010101011011111100000100000100100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15AAD; }

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

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

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

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

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

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

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

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