#A55795

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

Shades of Violet Blue #A55795

Tints of Violet Blue #A55795

Color information

#A55795 (or 0xA55795) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and 95. RGB value is (165,87,149). Sum of RGB (Red+Green+Blue) = 165+87+149=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A55795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55795 is #5AA86A. Grayscale: #757575. Windows color (decimal): -5941355 or 9787301. OLE color: 9787301.

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

Color convert

RGB16587149-
CMYK00.470.100.35
HSL312.31º30.95%49.41%-
HSV(B)312.31º47.27%64.71%-
XYZ24.3516.9930.43-
YUV117.39145.84161.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=41.15%
G=21.70%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658714900.470.100.35312.3130.9549.41
HexA5579502FA231381f31
Octal24512722505712434703761
Binary101001011010111100101010101111101010001110011100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55795; }

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

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

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

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

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

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

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

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