#A55E96

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

Shades of Violet Blue #A55E96

Tints of Violet Blue #A55E96

Color information

#A55E96 (or 0xA55E96) is unknown color: approx Violet Blue. HEX triplet: A5, 5E and 96. RGB value is (165,94,150). Sum of RGB (Red+Green+Blue) = 165+94+150=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55E96 is #5AA169. Grayscale: #797979. Windows color (decimal): -5939562 or 9854629. OLE color: 9854629.

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

Color convert

RGB16594150-
CMYK00.430.090.35
HSL312.68º28.29%50.78%-
HSV(B)312.68º43.03%64.71%-
XYZ25.0218.2131.05-
YUV121.61144.02158.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=40.34%
G=22.98%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659415000.430.090.35312.6828.2950.78
HexA55E9602B9231391c33
Octal24513622605311434713463
Binary101001011011110100101100101011100110001110011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E96; }

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

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

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

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

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

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

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

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