Html Css Color HEX #AAA9D8 Wistful

📋 copy color: '#AAA9D8'

red 170 ◦ green 169 ◦ blue 216

#AAA9D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #AAA9D8

Tints of Wistful #AAA9D8

RGB

 RED value IS 170 (66.8% from 255) = 30.63%

 GREEN value IS 169 (66.41% from 255) = 30.45%

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 30.63%
G = 30.45%
B = 38.92%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAA9D8 (or 0xAAA9D8) is known color: Wistful. HEX triplet: AA, A9 and D8. RGB value is (170,169,216). Sum of RGB (Red+Green+Blue) = 170+169+216=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAA9D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9D8 is #555627. Grayscale: #AEAEAE. Windows color (decimal): -5592616 or 14199210. OLE color: 14199210.

HSL color Cylindrical-coordinate representation of color #AAA9D8: hue angle of 241.28º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAA9D8 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 169 216 -
CMYK 0.21 0.22 0 0.15
HSL 241.28º 0.38% 0.75% -
HSV(B) 241.28º 0.22% 0.85% -
XYZ 43.16 41.88 70.77 -
YUV 174.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 170 169 216 0.21 0.22 0 0.15 241.28 0.38 0.75
Hex AA A9 D8 15 16 0 F F1 26 4B
Octal 252 251 330 25 26 0 17 361 46 113
Binary 10101010 10101001 11011000 10101 10110 0 1111 11110001 100110 1001011

Color Harmonies of #AAA9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA9D8

Black with #AAA9D8

Text Example


Text Example

White with #AAA9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA9D8; }

 p { color: rgb(170,169,216); }

 H1.HeaderClassName
 {
   color: #AAA9D8;
 }
 .AnyTagClassName
 {
   color: #AAA9D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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