#AA5FA6

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

Shades of Violet Blue #AA5FA6

Tints of Violet Blue #AA5FA6

Color information

#AA5FA6 (or 0xAA5FA6) is unknown color: approx Violet Blue. HEX triplet: AA, 5F and A6. RGB value is (170,95,166). Sum of RGB (Red+Green+Blue) = 170+95+166=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5FA6 is #55A059. Grayscale: #7D7D7D. Windows color (decimal): -5611610 or 10903466. OLE color: 10903466.

HSL color Cylindrical-coordinate representation of color #AA5FA6: hue angle of 303.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA5FA6 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17095166-
CMYK00.440.020.33
HSL303.2º30.61%51.96%-
HSV(B)303.2º44.12%66.67%-
XYZ27.5519.4838.38-
YUV125.52150.85159.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 95 (37.5% from 255) = 22.04%
BLUE value IS 166 (65.23% from 255) = 38.52%
R=39.44%
G=22.04%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709516600.440.020.33303.230.6151.96
HexAA5FA602C22112f1f34
Octal2521372460542414573764
Binary1010101010111111010011001011001010000110010111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FA6; }

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

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

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

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

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

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

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

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