#A55595

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

Shades of Violet Blue #A55595

Tints of Violet Blue #A55595

Color information

#A55595 (or 0xA55595) is unknown color: approx Violet Blue. HEX triplet: A5, 55 and 95. RGB value is (165,85,149). Sum of RGB (Red+Green+Blue) = 165+85+149=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A55595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55595 is #5AAA6A. Grayscale: #747474. Windows color (decimal): -5941867 or 9786789. OLE color: 9786789.

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

Color convert

RGB16585149-
CMYK00.480.100.35
HSL312º32%49.02%-
HSV(B)312º48.48%64.71%-
XYZ24.1916.6730.38-
YUV116.22146.5162.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=41.35%
G=21.30%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658514900.480.100.353123249.02
HexA55595030A231382031
Octal24512522506012434704061
Binary1010010110101011001010101100001010100011100111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55595; }

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

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

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

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

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

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

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

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