#A55099

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

Shades of Violet Blue #A55099

Tints of Violet Blue #A55099

Color information

#A55099 (or 0xA55099) is unknown color: approx Violet Blue. HEX triplet: A5, 50 and 99. RGB value is (165,80,153). Sum of RGB (Red+Green+Blue) = 165+80+153=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A55099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55099 is #5AAF66. Grayscale: #717171. Windows color (decimal): -5943143 or 10047653. OLE color: 10047653.

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

Color convert

RGB16580153-
CMYK00.520.070.35
HSL308.47º34.69%48.04%-
HSV(B)308.47º51.52%64.71%-
XYZ24.1416.0431.96-
YUV113.74150.16164.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 80 (31.64% from 255) = 20.10%
BLUE value IS 153 (60.16% from 255) = 38.44%
R=41.46%
G=20.10%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658015300.520.070.35308.4734.6948.04
HexA550990347231342330
Octal2451202310647434644360
Binary101001011010000100110010110100111100011100110100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55099; }

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

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

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

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

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

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

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

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