#AA5FA4

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

Shades of Violet Blue #AA5FA4

Tints of Violet Blue #AA5FA4

Color information

#AA5FA4 (or 0xAA5FA4) is unknown color: approx Violet Blue. HEX triplet: AA, 5F and A4. RGB value is (170,95,164). Sum of RGB (Red+Green+Blue) = 170+95+164=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5FA4 is #55A05B. Grayscale: #7D7D7D. Windows color (decimal): -5611612 or 10772394. OLE color: 10772394.

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

Color convert

RGB17095164-
CMYK00.440.040.33
HSL304.8º30.61%51.96%-
HSV(B)304.8º44.12%66.67%-
XYZ27.3719.4137.43-
YUV125.29149.85159.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=39.63%
G=22.14%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709516400.440.040.33304.830.6151.96
HexAA5FA402C4211311f34
Octal2521372440544414613764
Binary10101010101111110100100010110010010000110011000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FA4; }

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

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

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

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

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

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

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

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