Html Css Color HEX #AAA9DB Wistful

📋 copy color: '#AAA9DB'

red 170 ◦ green 169 ◦ blue 219

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

Shades of Wistful #AAA9DB

Tints of Wistful #AAA9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 30.47%
G = 30.29%
B = 39.25%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAA9DB (or 0xAAA9DB) is known color: Wistful. HEX triplet: AA, A9 and DB. RGB value is (170,169,219). Sum of RGB (Red+Green+Blue) = 170+169+219=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9DB is #555624. Grayscale: #AEAEAE. Windows color (decimal): -5592613 or 14395818. OLE color: 14395818.

HSL color Cylindrical-coordinate representation of color #AAA9DB: hue angle of 241.2º degrees, saturation: 0.41, 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 #AAA9DB is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 169 219 -
CMYK 0.22 0.23 0 0.14
HSL 241.2º 0.41% 0.76% -
HSV(B) 241.2º 0.23% 0.86% -
XYZ 43.55 42.04 72.84 -
YUV 175 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 170 169 219 0.22 0.23 0 0.14 241.2 0.41 0.76
Hex AA A9 DB 16 17 0 E F1 29 4C
Octal 252 251 333 26 27 0 16 361 51 114
Binary 10101010 10101001 11011011 10110 10111 0 1110 11110001 101001 1001100

Color Harmonies of #AAA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA9DB

Black with #AAA9DB

Text Example


Text Example

White with #AAA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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