#AAA1CD

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

Shades of Wistful #AAA1CD

Tints of Wistful #AAA1CD

Color information

#AAA1CD (or 0xAAA1CD) is unknown color: approx Wistful. HEX triplet: AA, A1 and CD. RGB value is (170,161,205). Sum of RGB (Red+Green+Blue) = 170+161+205=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAA1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1CD is #555E32. Grayscale: #A8A8A8. Windows color (decimal): -5594675 or 13476266. OLE color: 13476266.

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

Color convert

RGB170161205-
CMYK0.170.2100.20
HSL252.27º30.56%71.76%-
HSV(B)252.27º21.46%80.39%-
XYZ40.3438.4463.05-
YUV168.71148.48128.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=31.72%
G=30.04%
B=38.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701612050.170.2100.20252.2730.5671.76
HexAAA1CD1115014fc1f48
Octal252241315212502437437110
Binary101010101010000111001101100011010101010011111100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1CD; }

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

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

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

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

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

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

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

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