#A15297

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

Shades of Violet Blue #A15297

Tints of Violet Blue #A15297

Color information

#A15297 (or 0xA15297) is unknown color: approx Violet Blue. HEX triplet: A1, 52 and 97. RGB value is (161,82,151). Sum of RGB (Red+Green+Blue) = 161+82+151=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A15297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15297 is #5EAD68. Grayscale: #717171. Windows color (decimal): -6204777 or 9917089. OLE color: 9917089.

HSL color Cylindrical-coordinate representation of color #A15297: hue angle of 307.59º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15297 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16182151-
CMYK00.490.060.37
HSL307.59º32.51%47.65%-
HSV(B)307.59º49.07%63.14%-
XYZ23.315.8531.11-
YUV113.49149.17161.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=40.86%
G=20.81%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618215100.490.060.37307.5932.5147.65
HexA152970316251342130
Octal2411222270616454644160
Binary101000011010010100101110110001110100101100110100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15297; }

 p { color: rgb(161,82,151); }

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

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

 a { background-color: rgb(161,82,151); }

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

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

 span { border-color: rgb(161,82,151); }

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