Html Css Color HEX #AAA6DC Wistful

📋 copy color: '#AAA6DC'

red 170 ◦ green 166 ◦ blue 220

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

Shades of Wistful #AAA6DC

Tints of Wistful #AAA6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 30.58%
G = 29.86%
B = 39.57%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAA6DC (or 0xAAA6DC) is known color: Wistful. HEX triplet: AA, A6 and DC. RGB value is (170,166,220). Sum of RGB (Red+Green+Blue) = 170+166+220=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6DC is #555923. Grayscale: #ADADAD. Windows color (decimal): -5593380 or 14460586. OLE color: 14460586.

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

Color convert

RGB 170 166 220 -
CMYK 0.23 0.25 0 0.14
HSL 244.44º 0.44% 0.76% -
HSV(B) 244.44º 0.25% 0.86% -
XYZ 43.13 40.99 73.35 -
YUV 173.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 170 166 220 0.23 0.25 0 0.14 244.44 0.44 0.76
Hex AA A6 DC 17 19 0 E F4 2C 4C
Octal 252 246 334 27 31 0 16 364 54 114
Binary 10101010 10100110 11011100 10111 11001 0 1110 11110100 101100 1001100

Color Harmonies of #AAA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA6DC

Black with #AAA6DC

Text Example


Text Example

White with #AAA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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