#A55799

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

Shades of Violet Blue #A55799

Tints of Violet Blue #A55799

Color information

#A55799 (or 0xA55799) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and 99. RGB value is (165,87,153). Sum of RGB (Red+Green+Blue) = 165+87+153=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A55799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55799 is #5AA866. Grayscale: #757575. Windows color (decimal): -5941351 or 10049445. OLE color: 10049445.

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

Color convert

RGB16587153-
CMYK00.470.070.35
HSL309.23º30.95%49.41%-
HSV(B)309.23º47.27%64.71%-
XYZ24.6817.1232.14-
YUV117.85147.84161.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 87 (34.38% from 255) = 21.48%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=40.74%
G=21.48%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658715300.470.070.35309.2330.9549.41
HexA5579902F7231351f31
Octal2451272310577434653761
Binary10100101101011110011001010111111110001110011010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55799; }

 p { color: rgb(165,87,153); }

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

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

 a { background-color: rgb(165,87,153); }

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

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

 span { border-color: rgb(165,87,153); }

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