Html Css Color HEX #AAA6DF Wistful

📋 copy color: '#AAA6DF'

red 170 ◦ green 166 ◦ blue 223

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

Shades of Wistful #AAA6DF

Tints of Wistful #AAA6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 30.41%
G = 29.7%
B = 39.89%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAA6DF (or 0xAAA6DF) is known color: Wistful. HEX triplet: AA, A6 and DF. RGB value is (170,166,223). Sum of RGB (Red+Green+Blue) = 170+166+223=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6DF is #555920. Grayscale: #ADADAD. Windows color (decimal): -5593377 or 14657194. OLE color: 14657194.

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

Color convert

RGB 170 166 223 -
CMYK 0.24 0.26 0 0.13
HSL 244.21º 0.47% 0.76% -
HSV(B) 244.21º 0.26% 0.87% -
XYZ 43.53 41.15 75.46 -
YUV 173.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 170 166 223 0.24 0.26 0 0.13 244.21 0.47 0.76
Hex AA A6 DF 18 1A 0 D F4 2F 4C
Octal 252 246 337 30 32 0 15 364 57 114
Binary 10101010 10100110 11011111 11000 11010 0 1101 11110100 101111 1001100

Color Harmonies of #AAA6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA6DF

Black with #AAA6DF

Text Example


Text Example

White with #AAA6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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