Html Css Color HEX #AAAADD Wistful

📋 copy color: '#AAAADD'

red 170 ◦ green 170 ◦ blue 221

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

Shades of Wistful #AAAADD

Tints of Wistful #AAAADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 30.3%
G = 30.3%
B = 39.39%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAAADD (or 0xAAAADD) is known color: Wistful. HEX triplet: AA, AA and DD. RGB value is (170,170,221). Sum of RGB (Red+Green+Blue) = 170+170+221=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAADD is #555522. Grayscale: #AFAFAF. Windows color (decimal): -5592355 or 14527146. OLE color: 14527146.

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

Color convert

RGB 170 170 221 -
CMYK 0.23 0.23 0 0.13
HSL 240º 0.43% 0.77% -
HSV(B) 240º 0.23% 0.87% -
XYZ 44 42.52 74.29 -
YUV 175.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 170 170 221 0.23 0.23 0 0.13 240 0.43 0.77
Hex AA AA DD 17 17 0 D F0 2B 4D
Octal 252 252 335 27 27 0 15 360 53 115
Binary 10101010 10101010 11011101 10111 10111 0 1101 11110000 101011 1001101

Color Harmonies of #AAAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAADD

Black with #AAAADD

Text Example


Text Example

White with #AAAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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