#A55BAA

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

Shades of Violet Blue #A55BAA

Tints of Violet Blue #A55BAA

Color information

#A55BAA (or 0xA55BAA) is unknown color: approx Violet Blue. HEX triplet: A5, 5B and AA. RGB value is (165,91,170). Sum of RGB (Red+Green+Blue) = 165+91+170=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #A55BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BAA is #5AA455. Grayscale: #797979. Windows color (decimal): -5940310 or 11164581. OLE color: 11164581.

HSL color Cylindrical-coordinate representation of color #A55BAA: hue angle of 296.2º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55BAA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16591170-
CMYK0.030.4600.33
HSL296.2º31.73%51.18%-
HSV(B)296.2º46.47%66.67%-
XYZ26.5118.3840.18-
YUV122.13155.02158.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 91 (35.94% from 255) = 21.36%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=38.73%
G=21.36%
B=39.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165911700.030.4600.33296.231.7351.18
HexA55BAA32E0211282033
Octal2451332523560414504063
Binary10100101101101110101010111011100100001100101000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55BAA; }

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

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

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

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

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

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

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

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