Html Css Color HEX #AAA6DD Wistful

📋 copy color: '#AAA6DD'

red 170 ◦ green 166 ◦ blue 221

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

Shades of Wistful #AAA6DD

Tints of Wistful #AAA6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.8%

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

R = 30.52%
G = 29.8%
B = 39.68%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAA6DD (or 0xAAA6DD) is known color: Wistful. HEX triplet: AA, A6 and DD. RGB value is (170,166,221). Sum of RGB (Red+Green+Blue) = 170+166+221=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6DD is #555922. Grayscale: #ADADAD. Windows color (decimal): -5593379 or 14526122. OLE color: 14526122.

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

Color convert

RGB 170 166 221 -
CMYK 0.23 0.25 0 0.13
HSL 244.36º 0.45% 0.76% -
HSV(B) 244.36º 0.25% 0.87% -
XYZ 43.26 41.04 74.05 -
YUV 173.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 170 166 221 0.23 0.25 0 0.13 244.36 0.45 0.76
Hex AA A6 DD 17 19 0 D F4 2D 4C
Octal 252 246 335 27 31 0 15 364 55 114
Binary 10101010 10100110 11011101 10111 11001 0 1101 11110100 101101 1001100

Color Harmonies of #AAA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA6DD

Black with #AAA6DD

Text Example


Text Example

White with #AAA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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