#AA5BA4

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

Shades of Violet Blue #AA5BA4

Tints of Violet Blue #AA5BA4

Color information

#AA5BA4 (or 0xAA5BA4) is unknown color: approx Violet Blue. HEX triplet: AA, 5B and A4. RGB value is (170,91,164). Sum of RGB (Red+Green+Blue) = 170+91+164=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5BA4 is #55A45B. Grayscale: #7A7A7A. Windows color (decimal): -5612636 or 10771370. OLE color: 10771370.

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

Color convert

RGB17091164-
CMYK00.460.040.33
HSL304.56º31.73%51.18%-
HSV(B)304.56º46.47%66.67%-
XYZ27.0218.7137.31-
YUV122.94151.17161.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=40%
G=21.41%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709116400.460.040.33304.5631.7351.18
HexAA5BA402E4211312033
Octal2521332440564414614063
Binary101010101011011101001000101110100100001100110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5BA4; }

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

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

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

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

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

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

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

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