#A15291

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

Shades of Violet Blue #A15291

Tints of Violet Blue #A15291

Color information

#A15291 (or 0xA15291) is unknown color: approx Violet Blue. HEX triplet: A1, 52 and 91. RGB value is (161,82,145). Sum of RGB (Red+Green+Blue) = 161+82+145=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A15291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15291 is #5EAD6E. Grayscale: #707070. Windows color (decimal): -6204783 or 9523873. OLE color: 9523873.

HSL color Cylindrical-coordinate representation of color #A15291: hue angle of 312.15º 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 #A15291 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB16182145-
CMYK00.490.100.37
HSL312.15º32.51%47.65%-
HSV(B)312.15º49.07%63.14%-
XYZ22.8315.6628.61-
YUV112.8146.17162.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 82 (32.42% from 255) = 21.13%
BLUE value IS 145 (57.03% from 255) = 37.37%
R=41.49%
G=21.13%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618214500.490.100.37312.1532.5147.65
HexA15291031A251382130
Octal24112222106112454704160
Binary1010000110100101001000101100011010100101100111000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15291; }

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

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

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

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

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

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

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

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