#A55E92

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

Shades of Violet Blue #A55E92

Tints of Violet Blue #A55E92

Color information

#A55E92 (or 0xA55E92) is unknown color: approx Violet Blue. HEX triplet: A5, 5E and 92. RGB value is (165,94,146). Sum of RGB (Red+Green+Blue) = 165+94+146=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E92 is #5AA16D. Grayscale: #797979. Windows color (decimal): -5939566 or 9592485. OLE color: 9592485.

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

Color convert

RGB16594146-
CMYK00.430.120.35
HSL316.06º28.29%50.78%-
HSV(B)316.06º43.03%64.71%-
XYZ24.7118.0829.38-
YUV121.16142.02159.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=40.74%
G=23.21%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659414600.430.120.35316.0628.2950.78
HexA55E9202BC2313c1c33
Octal24513622205314434743463
Binary101001011011110100100100101011110010001110011110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E92; }

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

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

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

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

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

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

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

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