#AAA6CA

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

Shades of Wistful #AAA6CA

Tints of Wistful #AAA6CA

Color information

#AAA6CA (or 0xAAA6CA) is unknown color: approx Wistful. HEX triplet: AA, A6 and CA. RGB value is (170,166,202). Sum of RGB (Red+Green+Blue) = 170+166+202=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAA6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6CA is #555935. Grayscale: #ABABAB. Windows color (decimal): -5593398 or 13280938. OLE color: 13280938.

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

Color convert

RGB170166202-
CMYK0.160.1800.21
HSL246.67º25.35%72.16%-
HSV(B)246.67º17.82%79.22%-
XYZ40.8740.0861.46-
YUV171.3145.33127.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 166 (65.23% from 255) = 30.86%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=31.60%
G=30.86%
B=37.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701662020.160.1800.21246.6725.3572.16
HexAAA6CA1012015f71948
Octal252246312202202536731110
Binary101010101010011011001010100001001001010111110111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6CA; }

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

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

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

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

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

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

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

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