#A55B9F

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

Shades of Violet Blue #A55B9F

Tints of Violet Blue #A55B9F

Color information

#A55B9F (or 0xA55B9F) is unknown color: approx Violet Blue. HEX triplet: A5, 5B and 9F. RGB value is (165,91,159). Sum of RGB (Red+Green+Blue) = 165+91+159=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55B9F is #5AA460. Grayscale: #787878. Windows color (decimal): -5940321 or 10443685. OLE color: 10443685.

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

Color convert

RGB16591159-
CMYK00.450.040.35
HSL304.86º29.13%50.2%-
HSV(B)304.86º44.85%64.71%-
XYZ25.5217.9834.93-
YUV120.88149.52159.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 159 (62.5% from 255) = 38.31%
R=39.76%
G=21.93%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659115900.450.040.35304.8629.1350.2
HexA55B9F02D4231311d32
Octal2451332370554434613562
Binary10100101101101110011111010110110010001110011000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B9F; }

 p { color: rgb(165,91,159); }

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

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

 a { background-color: rgb(165,91,159); }

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

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

 span { border-color: rgb(165,91,159); }

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