#AA5CAD

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

Shades of Violet Blue #AA5CAD

Tints of Violet Blue #AA5CAD

Color information

#AA5CAD (or 0xAA5CAD) is unknown color: approx Violet Blue. HEX triplet: AA, 5C and AD. RGB value is (170,92,173). Sum of RGB (Red+Green+Blue) = 170+92+173=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA5CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5CAD is #55A352. Grayscale: #7C7C7C. Windows color (decimal): -5612371 or 11361450. OLE color: 11361450.

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

Color convert

RGB17092173-
CMYK0.020.4700.32
HSL297.78º33.06%51.96%-
HSV(B)297.78º46.82%67.84%-
XYZ27.9519.2241.77-
YUV124.56155.34160.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=39.08%
G=21.15%
B=39.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170921730.020.4700.32297.7833.0651.96
HexAA5CAD22F02012a2134
Octal2521342552570404524164
Binary10101010101110010101101101011110100000100101010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CAD; }

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

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

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

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

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

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

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

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