Html Css Color HEX #AAA6D1 Wistful

📋 copy color: '#AAA6D1'

red 170 ◦ green 166 ◦ blue 209

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

Shades of Wistful #AAA6D1

Tints of Wistful #AAA6D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.35%

R = 31.19%
G = 30.46%
B = 38.35%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AAA6D1 (or 0xAAA6D1) is known color: Wistful. HEX triplet: AA, A6 and D1. RGB value is (170,166,209). Sum of RGB (Red+Green+Blue) = 170+166+209=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAA6D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6D1 is #55592E. Grayscale: #ABABAB. Windows color (decimal): -5593391 or 13739690. OLE color: 13739690.

HSL color Cylindrical-coordinate representation of color #AAA6D1: hue angle of 245.58º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA6D1 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 166 209 -
CMYK 0.19 0.21 0 0.18
HSL 245.58º 0.32% 0.74% -
HSV(B) 245.58º 0.21% 0.82% -
XYZ 41.72 40.42 65.92 -
YUV 172.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 170 166 209 0.19 0.21 0 0.18 245.58 0.32 0.74
Hex AA A6 D1 13 15 0 12 F6 20 4A
Octal 252 246 321 23 25 0 22 366 40 112
Binary 10101010 10100110 11010001 10011 10101 0 10010 11110110 100000 1001010

Color Harmonies of #AAA6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA6D1

Black with #AAA6D1

Text Example


Text Example

White with #AAA6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA6D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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