#A55C95

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

Shades of Violet Blue #A55C95

Tints of Violet Blue #A55C95

Color information

#A55C95 (or 0xA55C95) is unknown color: approx Violet Blue. HEX triplet: A5, 5C and 95. RGB value is (165,92,149). Sum of RGB (Red+Green+Blue) = 165+92+149=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C95 is #5AA36A. Grayscale: #787878. Windows color (decimal): -5940075 or 9788581. OLE color: 9788581.

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

Color convert

RGB16592149-
CMYK00.440.100.35
HSL313.15º28.85%50.39%-
HSV(B)313.15º44.24%64.71%-
XYZ24.7717.8230.57-
YUV120.32144.18159.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=40.64%
G=22.66%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659214900.440.100.35313.1528.8550.39
HexA55C9502CA231391d32
Octal24513422505412434713562
Binary101001011011100100101010101100101010001110011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C95; }

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

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

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

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

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

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

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

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