#A15DAD

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

Shades of Violet Blue #A15DAD

Tints of Violet Blue #A15DAD

Color information

#A15DAD (or 0xA15DAD) is unknown color: approx Violet Blue. HEX triplet: A1, 5D and AD. RGB value is (161,93,173). Sum of RGB (Red+Green+Blue) = 161+93+173=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #A15DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15DAD is #5EA252. Grayscale: #7A7A7A. Windows color (decimal): -6201939 or 11361697. OLE color: 11361697.

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

Color convert

RGB16193173-
CMYK0.070.4600.32
HSL291º32.79%52.16%-
HSV(B)291º46.24%67.84%-
XYZ26.1618.4241.71-
YUV122.45156.53155.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=37.70%
G=21.78%
B=40.52%

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
Decimal161931730.070.4600.3229132.7952.16
HexA15DAD72E0201232134
Octal2411352557560404434164
Binary101000011011101101011011111011100100000100100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15DAD; }

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

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

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

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

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

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

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

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