#AAA5DC

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

Shades of Wistful #AAA5DC

Tints of Wistful #AAA5DC

Color information

#AAA5DC (or 0xAAA5DC) is unknown color: approx Wistful. HEX triplet: AA, A5 and DC. RGB value is (170,165,220). Sum of RGB (Red+Green+Blue) = 170+165+220=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5DC is #555A23. Grayscale: #ACACAC. Windows color (decimal): -5593636 or 14460330. OLE color: 14460330.

HSL color Cylindrical-coordinate representation of color #AAA5DC: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA5DC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170165220-
CMYK0.230.2500.14
HSL245.45º44%75.49%-
HSV(B)245.45º25%86.27%-
XYZ42.9540.6273.29-
YUV172.76154.66126.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 165 (64.84% from 255) = 29.73%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=30.63%
G=29.73%
B=39.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701652200.230.2500.14245.454475.49
HexAAA5DC17190Ef52c4b
Octal252245334273101636554113
Binary101010101010010111011100101111100101110111101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5DC; }

 p { color: rgb(170,165,220); }

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

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

 a { background-color: rgb(170,165,220); }

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

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

 span { border-color: rgb(170,165,220); }

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