#A55497

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

Shades of Violet Blue #A55497

Tints of Violet Blue #A55497

Color information

#A55497 (or 0xA55497) is unknown color: approx Violet Blue. HEX triplet: A5, 54 and 97. RGB value is (165,84,151). Sum of RGB (Red+Green+Blue) = 165+84+151=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A55497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55497 is #5AAB68. Grayscale: #737373. Windows color (decimal): -5942121 or 9917605. OLE color: 9917605.

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

Color convert

RGB16584151-
CMYK00.490.080.35
HSL310.37º32.53%48.82%-
HSV(B)310.37º49.09%64.71%-
XYZ24.2716.5731.2-
YUV115.86147.84163.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 151 (59.38% from 255) = 37.75%
R=41.25%
G=21%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658415100.490.080.35310.3732.5348.82
HexA554970318231362131
Octal24512422706110434664161
Binary1010010110101001001011101100011000100011100110110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55497; }

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

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

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

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

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

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

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

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