#A55BA3

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

Shades of Violet Blue #A55BA3

Tints of Violet Blue #A55BA3

Color information

#A55BA3 (or 0xA55BA3) is unknown color: approx Violet Blue. HEX triplet: A5, 5B and A3. RGB value is (165,91,163). Sum of RGB (Red+Green+Blue) = 165+91+163=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A55BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BA3 is #5AA45C. Grayscale: #797979. Windows color (decimal): -5940317 or 10705829. OLE color: 10705829.

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

Color convert

RGB16591163-
CMYK00.450.010.35
HSL301.62º29.13%50.2%-
HSV(B)301.62º44.85%64.71%-
XYZ25.8718.1336.79-
YUV121.33151.52159.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 163 (64.06% from 255) = 38.90%
R=39.38%
G=21.72%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659116300.450.010.35301.6229.1350.2
HexA55BA302D12312e1d32
Octal2451332430551434563562
Binary101001011011011101000110101101110001110010111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55BA3; }

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

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

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

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

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

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

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

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