Html Css Color HEX #AAA1DD Wistful

📋 copy color: '#AAA1DD'

red 170 ◦ green 161 ◦ blue 221

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

Shades of Wistful #AAA1DD

Tints of Wistful #AAA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.17%

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

R = 30.8%
G = 29.17%
B = 40.04%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAA1DD (or 0xAAA1DD) is known color: Wistful. HEX triplet: AA, A1 and DD. RGB value is (170,161,221). Sum of RGB (Red+Green+Blue) = 170+161+221=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1DD is #555E22. Grayscale: #AAAAAA. Windows color (decimal): -5594659 or 14524842. OLE color: 14524842.

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

Color convert

RGB 170 161 221 -
CMYK 0.23 0.27 0 0.13
HSL 249º 0.47% 0.75% -
HSV(B) 249º 0.27% 0.87% -
XYZ 42.37 39.26 73.75 -
YUV 170.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 170 161 221 0.23 0.27 0 0.13 249 0.47 0.75
Hex AA A1 DD 17 1B 0 D F9 2F 4B
Octal 252 241 335 27 33 0 15 371 57 113
Binary 10101010 10100001 11011101 10111 11011 0 1101 11111001 101111 1001011

Color Harmonies of #AAA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA1DD

Black with #AAA1DD

Text Example


Text Example

White with #AAA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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