Html Css Color HEX #AAA6E1 Wistful

📋 copy color: '#AAA6E1'

red 170 ◦ green 166 ◦ blue 225

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

Shades of Wistful #AAA6E1

Tints of Wistful #AAA6E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.11%

R = 30.3%
G = 29.59%
B = 40.11%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AAA6E1 (or 0xAAA6E1) is known color: Wistful. HEX triplet: AA, A6 and E1. RGB value is (170,166,225). Sum of RGB (Red+Green+Blue) = 170+166+225=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAA6E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6E1 is #55591E. Grayscale: #ADADAD. Windows color (decimal): -5593375 or 14788266. OLE color: 14788266.

HSL color Cylindrical-coordinate representation of color #AAA6E1: hue angle of 244.07º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA6E1 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 166 225 -
CMYK 0.24 0.26 0 0.12
HSL 244.07º 0.5% 0.77% -
HSV(B) 244.07º 0.26% 0.88% -
XYZ 43.8 41.25 76.89 -
YUV 173.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 170 166 225 0.24 0.26 0 0.12 244.07 0.5 0.77
Hex AA A6 E1 18 1A 0 C F4 32 4D
Octal 252 246 341 30 32 0 14 364 62 115
Binary 10101010 10100110 11100001 11000 11010 0 1100 11110100 110010 1001101

Color Harmonies of #AAA6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA6E1

Black with #AAA6E1

Text Example


Text Example

White with #AAA6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA6E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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