#A15DAA

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

Shades of Violet Blue #A15DAA

Tints of Violet Blue #A15DAA

Color information

#A15DAA (or 0xA15DAA) is unknown color: approx Violet Blue. HEX triplet: A1, 5D and AA. RGB value is (161,93,170). Sum of RGB (Red+Green+Blue) = 161+93+170=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #A15DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15DAA is #5EA255. Grayscale: #797979. Windows color (decimal): -6201942 or 11165089. OLE color: 11165089.

HSL color Cylindrical-coordinate representation of color #A15DAA: hue angle of 292.99º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15DAA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16193170-
CMYK0.050.4500.33
HSL292.99º31.17%51.57%-
HSV(B)292.99º45.29%66.67%-
XYZ25.8718.3140.2-
YUV122.11155.03155.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 93 (36.72% from 255) = 21.93%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=37.97%
G=21.93%
B=40.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161931700.050.4500.33292.9931.1751.57
HexA15DAA52D0211251f34
Octal2411352525550414453764
Binary10100001101110110101010101101101010000110010010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15DAA; }

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

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

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

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

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

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

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

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