#AAA0CB

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

Shades of Wistful #AAA0CB

Tints of Wistful #AAA0CB

Color information

#AAA0CB (or 0xAAA0CB) is unknown color: approx Wistful. HEX triplet: AA, A0 and CB. RGB value is (170,160,203). Sum of RGB (Red+Green+Blue) = 170+160+203=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0CB is #555F34. Grayscale: #A7A7A7. Windows color (decimal): -5594933 or 13344938. OLE color: 13344938.

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

Color convert

RGB170160203-
CMYK0.160.2100.20
HSL253.95º29.25%71.18%-
HSV(B)253.95º21.18%79.61%-
XYZ39.933861.73-
YUV167.89147.81129.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=31.89%
G=30.02%
B=38.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701602030.160.2100.20253.9529.2571.18
HexAAA0CB1015014fe1d47
Octal252240313202502437635107
Binary101010101010000011001011100001010101010011111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0CB; }

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

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

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

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

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

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

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

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