#AAAADC

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

Shades of Wistful #AAAADC

Tints of Wistful #AAAADC

Color information

#AAAADC (or 0xAAAADC) is unknown color: approx Wistful. HEX triplet: AA, AA and DC. RGB value is (170,170,220). Sum of RGB (Red+Green+Blue) = 170+170+220=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAADC is #555523. Grayscale: #AFAFAF. Windows color (decimal): -5592356 or 14461610. OLE color: 14461610.

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

Color convert

RGB170170220-
CMYK0.230.2300.14
HSL240º41.67%76.47%-
HSV(B)240º22.73%86.27%-
XYZ43.8742.4673.59-
YUV175.7153123.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=30.36%
G=30.36%
B=39.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701702200.230.2300.1424041.6776.47
HexAAAADC17170Ef02a4c
Octal252252334272701636052114
Binary101010101010101011011100101111011101110111100001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAADC; }

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

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

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

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

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

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

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

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