#A55191

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

Shades of Violet Blue #A55191

Tints of Violet Blue #A55191

Color information

#A55191 (or 0xA55191) is unknown color: approx Violet Blue. HEX triplet: A5, 51 and 91. RGB value is (165,81,145). Sum of RGB (Red+Green+Blue) = 165+81+145=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A55191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55191 is #5AAE6E. Grayscale: #717171. Windows color (decimal): -5942895 or 9523621. OLE color: 9523621.

HSL color Cylindrical-coordinate representation of color #A55191: hue angle of 314.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55191 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16581145-
CMYK00.510.120.35
HSL314.29º34.15%48.24%-
HSV(B)314.29º50.91%64.71%-
XYZ23.5715.9328.62-
YUV113.41145.83164.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=42.20%
G=20.72%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658114500.510.120.35314.2934.1548.24
HexA55191033C2313a2230
Octal24512122106314434724260
Binary1010010110100011001000101100111100100011100111010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55191; }

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

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

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

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

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

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

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

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