#A55192

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

Shades of Violet Blue #A55192

Tints of Violet Blue #A55192

Color information

#A55192 (or 0xA55192) is unknown color: approx Violet Blue. HEX triplet: A5, 51 and 92. RGB value is (165,81,146). Sum of RGB (Red+Green+Blue) = 165+81+146=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A55192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55192 is #5AAE6D. Grayscale: #717171. Windows color (decimal): -5942894 or 9589157. OLE color: 9589157.

HSL color Cylindrical-coordinate representation of color #A55192: hue angle of 313.57º 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 #A55192 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16581146-
CMYK00.510.120.35
HSL313.57º34.15%48.24%-
HSV(B)313.57º50.91%64.71%-
XYZ23.6515.9629.03-
YUV113.53146.33164.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 81 (32.03% from 255) = 20.66%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=42.09%
G=20.66%
B=37.24%

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
Decimal1658114600.510.120.35313.5734.1548.24
HexA55192033C2313a2230
Octal24512122206314434724260
Binary1010010110100011001001001100111100100011100111010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55192; }

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

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

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

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

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

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

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

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