Html Css Color HEX #AAA0DD Wistful

📋 copy color: '#AAA0DD'

red 170 ◦ green 160 ◦ blue 221

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

Shades of Wistful #AAA0DD

Tints of Wistful #AAA0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.04%

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

R = 30.85%
G = 29.04%
B = 40.11%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAA0DD (or 0xAAA0DD) is known color: Wistful. HEX triplet: AA, A0 and DD. RGB value is (170,160,221). Sum of RGB (Red+Green+Blue) = 170+160+221=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0DD is #555F22. Grayscale: #A9A9A9. Windows color (decimal): -5594915 or 14524586. OLE color: 14524586.

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

Color convert

RGB 170 160 221 -
CMYK 0.23 0.28 0 0.13
HSL 249.84º 0.47% 0.75% -
HSV(B) 249.84º 0.28% 0.87% -
XYZ 42.2 38.91 73.69 -
YUV 169.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 170 160 221 0.23 0.28 0 0.13 249.84 0.47 0.75
Hex AA A0 DD 17 1C 0 D FA 2F 4B
Octal 252 240 335 27 34 0 15 372 57 113
Binary 10101010 10100000 11011101 10111 11100 0 1101 11111010 101111 1001011

Color Harmonies of #AAA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA0DD

Black with #AAA0DD

Text Example


Text Example

White with #AAA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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