Html Css Color HEX #AAA6DA Wistful

📋 copy color: '#AAA6DA'

red 170 ◦ green 166 ◦ blue 218

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

Shades of Wistful #AAA6DA

Tints of Wistful #AAA6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 30.69%
G = 29.96%
B = 39.35%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAA6DA (or 0xAAA6DA) is known color: Wistful. HEX triplet: AA, A6 and DA. RGB value is (170,166,218). Sum of RGB (Red+Green+Blue) = 170+166+218=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAA6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6DA is #555925. Grayscale: #ACACAC. Windows color (decimal): -5593382 or 14329514. OLE color: 14329514.

HSL color Cylindrical-coordinate representation of color #AAA6DA: hue angle of 244.62º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA6DA is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 166 218 -
CMYK 0.22 0.24 0 0.15
HSL 244.62º 0.41% 0.75% -
HSV(B) 244.62º 0.24% 0.85% -
XYZ 42.87 40.88 71.96 -
YUV 173.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 170 166 218 0.22 0.24 0 0.15 244.62 0.41 0.75
Hex AA A6 DA 16 18 0 F F5 29 4B
Octal 252 246 332 26 30 0 17 365 51 113
Binary 10101010 10100110 11011010 10110 11000 0 1111 11110101 101001 1001011

Color Harmonies of #AAA6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA6DA

Black with #AAA6DA

Text Example


Text Example

White with #AAA6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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