#A55A9B

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

Shades of Violet Blue #A55A9B

Tints of Violet Blue #A55A9B

Color information

#A55A9B (or 0xA55A9B) is unknown color: approx Violet Blue. HEX triplet: A5, 5A and 9B. RGB value is (165,90,155). Sum of RGB (Red+Green+Blue) = 165+90+155=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55A9B is #5AA564. Grayscale: #777777. Windows color (decimal): -5940581 or 10181285. OLE color: 10181285.

HSL color Cylindrical-coordinate representation of color #A55A9B: hue angle of 308º 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 #A55A9B is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16590155-
CMYK00.450.060.35
HSL308º29.41%50%-
HSV(B)308º45.45%64.71%-
XYZ25.0917.6833.1-
YUV119.84147.85160.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 90 (35.55% from 255) = 21.95%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=40.24%
G=21.95%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659015500.450.060.3530829.4150
HexA55A9B02D6231341d32
Octal2451322330556434643562
Binary10100101101101010011011010110111010001110011010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A9B; }

 p { color: rgb(165,90,155); }

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

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

 a { background-color: rgb(165,90,155); }

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

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

 span { border-color: rgb(165,90,155); }

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