#AA5BA5

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

Shades of Violet Blue #AA5BA5

Tints of Violet Blue #AA5BA5

Color information

#AA5BA5 (or 0xAA5BA5) is unknown color: approx Violet Blue. HEX triplet: AA, 5B and A5. RGB value is (170,91,165). Sum of RGB (Red+Green+Blue) = 170+91+165=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5BA5 is #55A45A. Grayscale: #7A7A7A. Windows color (decimal): -5612635 or 10836906. OLE color: 10836906.

HSL color Cylindrical-coordinate representation of color #AA5BA5: hue angle of 303.8º 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 #AA5BA5 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17091165-
CMYK00.460.030.33
HSL303.8º31.73%51.18%-
HSV(B)303.8º46.47%66.67%-
XYZ27.1118.7437.79-
YUV123.06151.67161.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709116500.460.030.33303.831.7351.18
HexAA5BA502E3211302033
Octal2521332450563414604063
Binary10101010101101110100101010111011100001100110000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5BA5; }

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

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

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

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

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

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

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

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