#A15290

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

Shades of Violet Blue #A15290

Tints of Violet Blue #A15290

Color information

#A15290 (or 0xA15290) is unknown color: approx Violet Blue. HEX triplet: A1, 52 and 90. RGB value is (161,82,144). Sum of RGB (Red+Green+Blue) = 161+82+144=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A15290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15290 is #5EAD6F. Grayscale: #707070. Windows color (decimal): -6204784 or 9458337. OLE color: 9458337.

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

Color convert

RGB16182144-
CMYK00.490.110.37
HSL312.91º32.51%47.65%-
HSV(B)312.91º49.07%63.14%-
XYZ22.7515.6328.2-
YUV112.69145.67162.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=41.60%
G=21.19%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618214400.490.110.37312.9132.5147.65
HexA15290031B251392130
Octal24112222006113454714160
Binary1010000110100101001000001100011011100101100111001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15290; }

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

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

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

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

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

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

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

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