#AAA7CA

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

Shades of Wistful #AAA7CA

Tints of Wistful #AAA7CA

Color information

#AAA7CA (or 0xAAA7CA) is unknown color: approx Wistful. HEX triplet: AA, A7 and CA. RGB value is (170,167,202). Sum of RGB (Red+Green+Blue) = 170+167+202=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7CA is #555835. Grayscale: #ABABAB. Windows color (decimal): -5593142 or 13281194. OLE color: 13281194.

HSL color Cylindrical-coordinate representation of color #AAA7CA: hue angle of 245.14º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA7CA is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170167202-
CMYK0.160.1700.21
HSL245.14º24.82%72.35%-
HSV(B)245.14º17.33%79.22%-
XYZ41.0640.4561.52-
YUV171.89144.99126.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=31.54%
G=30.98%
B=37.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701672020.160.1700.21245.1424.8272.35
HexAAA7CA1011015f51948
Octal252247312202102536531110
Binary101010101010011111001010100001000101010111110101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7CA; }

 p { color: rgb(170,167,202); }

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

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

 a { background-color: rgb(170,167,202); }

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

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

 span { border-color: rgb(170,167,202); }

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