#A55399

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

Shades of Violet Blue #A55399

Tints of Violet Blue #A55399

Color information

#A55399 (or 0xA55399) is unknown color: approx Violet Blue. HEX triplet: A5, 53 and 99. RGB value is (165,83,153). Sum of RGB (Red+Green+Blue) = 165+83+153=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A55399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55399 is #5AAC66. Grayscale: #737373. Windows color (decimal): -5942375 or 10048421. OLE color: 10048421.

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

Color convert

RGB16583153-
CMYK00.500.070.35
HSL308.78º33.06%48.63%-
HSV(B)308.78º49.7%64.71%-
XYZ24.3616.4932.04-
YUV115.5149.17163.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=41.15%
G=20.70%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658315300.500.070.35308.7833.0648.63
HexA553990327231352131
Octal2451232310627434654161
Binary101001011010011100110010110010111100011100110101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55399; }

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

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

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

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

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

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

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

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