#A55BA5

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

Shades of Violet Blue #A55BA5

Tints of Violet Blue #A55BA5

Color information

#A55BA5 (or 0xA55BA5) is unknown color: approx Violet Blue. HEX triplet: A5, 5B and A5. RGB value is (165,91,165). Sum of RGB (Red+Green+Blue) = 165+91+165=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A55BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BA5 is #5AA45A. Grayscale: #797979. Windows color (decimal): -5940315 or 10836901. OLE color: 10836901.

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

Color convert

RGB16591165-
CMYK00.4500.35
HSL300º29.13%50.2%-
HSV(B)300º44.85%64.71%-
XYZ26.0518.237.74-
YUV121.56152.52158.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=39.19%
G=21.62%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659116500.4500.3530029.1350.2
HexA55BA502D02312c1d32
Octal2451332450550434543562
Binary101001011011011101001010101101010001110010110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55BA5; }

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

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

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

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

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

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

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

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