#A15191

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

Shades of Violet Blue #A15191

Tints of Violet Blue #A15191

Color information

#A15191 (or 0xA15191) is unknown color: approx Violet Blue. HEX triplet: A1, 51 and 91. RGB value is (161,81,145). Sum of RGB (Red+Green+Blue) = 161+81+145=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A15191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15191 is #5EAE6E. Grayscale: #707070. Windows color (decimal): -6205039 or 9523617. OLE color: 9523617.

HSL color Cylindrical-coordinate representation of color #A15191: hue angle of 312º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15191 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB16181145-
CMYK00.500.100.37
HSL312º33.06%47.45%-
HSV(B)312º49.69%63.14%-
XYZ22.7515.5128.58-
YUV112.22146.5162.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 81 (32.03% from 255) = 20.93%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=41.60%
G=20.93%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618114500.500.100.3731233.0647.45
HexA15191032A25138212f
Octal24112122106212454704157
Binary1010000110100011001000101100101010100101100111000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15191; }

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

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

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

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

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

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

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

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