Html Css Color HEX #AAA8DB Wistful

📋 copy color: '#AAA8DB'

red 170 ◦ green 168 ◦ blue 219

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

Shades of Wistful #AAA8DB

Tints of Wistful #AAA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.16%

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

R = 30.52%
G = 30.16%
B = 39.32%

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

#AAA8DB (or 0xAAA8DB) is known color: Wistful. HEX triplet: AA, A8 and DB. RGB value is (170,168,219). Sum of RGB (Red+Green+Blue) = 170+168+219=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8DB is #555724. Grayscale: #AEAEAE. Windows color (decimal): -5592869 or 14395562. OLE color: 14395562.

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

Color convert

RGB 170 168 219 -
CMYK 0.22 0.23 0 0.14
HSL 242.35º 0.41% 0.76% -
HSV(B) 242.35º 0.23% 0.86% -
XYZ 43.37 41.67 72.77 -
YUV 174.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 170 168 219 0.22 0.23 0 0.14 242.35 0.41 0.76
Hex AA A8 DB 16 17 0 E F2 29 4C
Octal 252 250 333 26 27 0 16 362 51 114
Binary 10101010 10101000 11011011 10110 10111 0 1110 11110010 101001 1001100

Color Harmonies of #AAA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA8DB

Black with #AAA8DB

Text Example


Text Example

White with #AAA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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