#AA5FAE

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

Shades of Violet Blue #AA5FAE

Tints of Violet Blue #AA5FAE

Color information

#AA5FAE (or 0xAA5FAE) is unknown color: approx Violet Blue. HEX triplet: AA, 5F and AE. RGB value is (170,95,174). Sum of RGB (Red+Green+Blue) = 170+95+174=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA5FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5FAE is #55A051. Grayscale: #7E7E7E. Windows color (decimal): -5611602 or 11427754. OLE color: 11427754.

HSL color Cylindrical-coordinate representation of color #AA5FAE: hue angle of 296.96º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5FAE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17095174-
CMYK0.020.4500.32
HSL296.96º32.78%52.75%-
HSV(B)296.96º45.4%68.24%-
XYZ28.3119.7942.37-
YUV126.43154.85159.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=38.72%
G=21.64%
B=39.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170951740.020.4500.32296.9632.7852.75
HexAA5FAE22D0201292135
Octal2521372562550404514165
Binary10101010101111110101110101011010100000100101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FAE; }

 p { color: rgb(170,95,174); }

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

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

 a { background-color: rgb(170,95,174); }

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

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

 span { border-color: rgb(170,95,174); }

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