Html Css Color HEX #AAAADB Wistful

📋 copy color: '#AAAADB'

red 170 ◦ green 170 ◦ blue 219

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

Shades of Wistful #AAAADB

Tints of Wistful #AAAADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.41%

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

R = 30.41%
G = 30.41%
B = 39.18%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAAADB (or 0xAAAADB) is known color: Wistful. HEX triplet: AA, AA and DB. RGB value is (170,170,219). Sum of RGB (Red+Green+Blue) = 170+170+219=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAADB is #555524. Grayscale: #AFAFAF. Windows color (decimal): -5592357 or 14396074. OLE color: 14396074.

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

Color convert

RGB 170 170 219 -
CMYK 0.22 0.22 0 0.14
HSL 240º 0.4% 0.76% -
HSV(B) 240º 0.22% 0.86% -
XYZ 43.74 42.41 72.9 -
YUV 175.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 170 170 219 0.22 0.22 0 0.14 240 0.4 0.76
Hex AA AA DB 16 16 0 E F0 28 4C
Octal 252 252 333 26 26 0 16 360 50 114
Binary 10101010 10101010 11011011 10110 10110 0 1110 11110000 101000 1001100

Color Harmonies of #AAAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAADB

Black with #AAAADB

Text Example


Text Example

White with #AAAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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