#AA5FAD

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

Shades of Violet Blue #AA5FAD

Tints of Violet Blue #AA5FAD

Color information

#AA5FAD (or 0xAA5FAD) is unknown color: approx Violet Blue. HEX triplet: AA, 5F and AD. RGB value is (170,95,173). Sum of RGB (Red+Green+Blue) = 170+95+173=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA5FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5FAD is #55A052. Grayscale: #7E7E7E. Windows color (decimal): -5611603 or 11362218. OLE color: 11362218.

HSL color Cylindrical-coordinate representation of color #AA5FAD: hue angle of 297.69º degrees, saturation: 0.32, 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 #AA5FAD is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17095173-
CMYK0.020.4500.32
HSL297.69º32.23%52.55%-
HSV(B)297.69º45.09%67.84%-
XYZ28.2119.7541.86-
YUV126.32154.35159.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=38.81%
G=21.69%
B=39.50%

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
Decimal170951730.020.4500.32297.6932.2352.55
HexAA5FAD22D02012a2035
Octal2521372552550404524065
Binary10101010101111110101101101011010100000100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FAD; }

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

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

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

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

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

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

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

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