#A55998

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

Shades of Violet Blue #A55998

Tints of Violet Blue #A55998

Color information

#A55998 (or 0xA55998) is unknown color: approx Violet Blue. HEX triplet: A5, 59 and 98. RGB value is (165,89,152). Sum of RGB (Red+Green+Blue) = 165+89+152=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A55998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55998 is #5AA667. Grayscale: #767676. Windows color (decimal): -5940840 or 9984421. OLE color: 9984421.

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

Color convert

RGB16589152-
CMYK00.460.080.35
HSL310.26º29.92%49.8%-
HSV(B)310.26º46.06%64.71%-
XYZ24.7617.4131.76-
YUV118.91146.68160.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=40.64%
G=21.92%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658915200.460.080.35310.2629.9249.8
HexA5599802E8231361e32
Octal24513123005610434663662
Binary101001011011001100110000101110100010001110011011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55998; }

 p { color: rgb(165,89,152); }

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

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

 a { background-color: rgb(165,89,152); }

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

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

 span { border-color: rgb(165,89,152); }

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