#AAA3CD

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

Shades of Wistful #AAA3CD

Tints of Wistful #AAA3CD

Color information

#AAA3CD (or 0xAAA3CD) is unknown color: approx Wistful. HEX triplet: AA, A3 and CD. RGB value is (170,163,205). Sum of RGB (Red+Green+Blue) = 170+163+205=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAA3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3CD is #555C32. Grayscale: #A9A9A9. Windows color (decimal): -5594163 or 13476778. OLE color: 13476778.

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

Color convert

RGB170163205-
CMYK0.170.2000.20
HSL250º29.58%72.16%-
HSV(B)250º20.49%80.39%-
XYZ40.6939.1563.17-
YUV169.88147.82128.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 163 (64.06% from 255) = 30.30%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=31.60%
G=30.30%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701632050.170.2000.2025029.5872.16
HexAAA3CD1114014fa1e48
Octal252243315212402437236110
Binary101010101010001111001101100011010001010011111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3CD; }

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

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

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

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

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

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

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

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