#A55B97

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

Shades of Violet Blue #A55B97

Tints of Violet Blue #A55B97

Color information

#A55B97 (or 0xA55B97) is unknown color: approx Violet Blue. HEX triplet: A5, 5B and 97. RGB value is (165,91,151). Sum of RGB (Red+Green+Blue) = 165+91+151=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55B97 is #5AA468. Grayscale: #777777. Windows color (decimal): -5940329 or 9919397. OLE color: 9919397.

HSL color Cylindrical-coordinate representation of color #A55B97: hue angle of 311.35º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55B97 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16591151-
CMYK00.450.080.35
HSL311.35º29.13%50.2%-
HSV(B)311.35º44.85%64.71%-
XYZ24.8417.7231.39-
YUV119.97145.52160.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=40.54%
G=22.36%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659115100.450.080.35311.3529.1350.2
HexA55B9702D8231371d32
Octal24513322705510434673562
Binary101001011011011100101110101101100010001110011011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B97; }

 p { color: rgb(165,91,151); }

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

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

 a { background-color: rgb(165,91,151); }

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

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

 span { border-color: rgb(165,91,151); }

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