#A55890

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

Shades of Violet Blue #A55890

Tints of Violet Blue #A55890

Color information

#A55890 (or 0xA55890) is unknown color: approx Violet Blue. HEX triplet: A5, 58 and 90. RGB value is (165,88,144). Sum of RGB (Red+Green+Blue) = 165+88+144=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A55890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55890 is #5AA76F. Grayscale: #757575. Windows color (decimal): -5941104 or 9459877. OLE color: 9459877.

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

Color convert

RGB16588144-
CMYK00.470.130.35
HSL316.36º30.43%49.61%-
HSV(B)316.36º46.67%64.71%-
XYZ24.0416.9928.4-
YUV117.41143.01161.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=41.56%
G=22.17%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658814400.470.130.35316.3630.4349.61
HexA5589002FD2313c1e32
Octal24513022005715434743662
Binary101001011011000100100000101111110110001110011110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55890; }

 p { color: rgb(165,88,144); }

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

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

 a { background-color: rgb(165,88,144); }

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

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

 span { border-color: rgb(165,88,144); }

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