#AAA3CA

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

Shades of Wistful #AAA3CA

Tints of Wistful #AAA3CA

Color information

#AAA3CA (or 0xAAA3CA) is unknown color: approx Wistful. HEX triplet: AA, A3 and CA. RGB value is (170,163,202). Sum of RGB (Red+Green+Blue) = 170+163+202=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3CA is #555C35. Grayscale: #A9A9A9. Windows color (decimal): -5594166 or 13280170. OLE color: 13280170.

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

Color convert

RGB170163202-
CMYK0.160.1900.21
HSL250.77º26.9%71.57%-
HSV(B)250.77º19.31%79.22%-
XYZ40.343961.28-
YUV169.54146.32128.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=31.78%
G=30.47%
B=37.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701632020.160.1900.21250.7726.971.57
HexAAA3CA1013015fb1b48
Octal252243312202302537333110
Binary101010101010001111001010100001001101010111111011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3CA; }

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

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

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

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

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

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

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

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