#AA5BAF

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

Shades of Violet Blue #AA5BAF

Tints of Violet Blue #AA5BAF

Color information

#AA5BAF (or 0xAA5BAF) is unknown color: approx Violet Blue. HEX triplet: AA, 5B and AF. RGB value is (170,91,175). Sum of RGB (Red+Green+Blue) = 170+91+175=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA5BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5BAF is #55A450. Grayscale: #7B7B7B. Windows color (decimal): -5612625 or 11492266. OLE color: 11492266.

HSL color Cylindrical-coordinate representation of color #AA5BAF: hue angle of 296.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5BAF is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17091175-
CMYK0.030.4800.31
HSL296.43º34.43%52.16%-
HSV(B)296.43º48%68.63%-
XYZ28.0619.1242.77-
YUV124.2156.67160.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=38.99%
G=20.87%
B=40.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170911750.030.4800.31296.4334.4352.16
HexAA5BAF33001F1282234
Octal2521332573600374504264
Binary1010101010110111010111111110000011111100101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5BAF; }

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

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

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

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

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

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

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

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