#AAA0CD

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

Shades of Wistful #AAA0CD

Tints of Wistful #AAA0CD

Color information

#AAA0CD (or 0xAAA0CD) is unknown color: approx Wistful. HEX triplet: AA, A0 and CD. RGB value is (170,160,205). Sum of RGB (Red+Green+Blue) = 170+160+205=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAA0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0CD is #555F32. Grayscale: #A7A7A7. Windows color (decimal): -5594931 or 13476010. OLE color: 13476010.

HSL color Cylindrical-coordinate representation of color #AAA0CD: hue angle of 253.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAA0CD is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170160205-
CMYK0.170.2200.20
HSL253.33º31.03%71.57%-
HSV(B)253.33º21.95%80.39%-
XYZ40.1738.162.99-
YUV168.12148.81129.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=31.78%
G=29.91%
B=38.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701602050.170.2200.20253.3331.0371.57
HexAAA0CD1116014fd1f48
Octal252240315212602437537110
Binary101010101010000011001101100011011001010011111101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0CD; }

 p { color: rgb(170,160,205); }

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

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

 a { background-color: rgb(170,160,205); }

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

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

 span { border-color: rgb(170,160,205); }

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