Html Css Color HEX #AAA7DD Wistful

📋 copy color: '#AAA7DD'

red 170 ◦ green 167 ◦ blue 221

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

Shades of Wistful #AAA7DD

Tints of Wistful #AAA7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.93%

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 30.47%
G = 29.93%
B = 39.61%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAA7DD (or 0xAAA7DD) is known color: Wistful. HEX triplet: AA, A7 and DD. RGB value is (170,167,221). Sum of RGB (Red+Green+Blue) = 170+167+221=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7DD is #555822. Grayscale: #ADADAD. Windows color (decimal): -5593123 or 14526378. OLE color: 14526378.

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

Color convert

RGB 170 167 221 -
CMYK 0.23 0.24 0 0.13
HSL 243.33º 0.44% 0.76% -
HSV(B) 243.33º 0.24% 0.87% -
XYZ 43.45 41.4 74.11 -
YUV 174.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 170 167 221 0.23 0.24 0 0.13 243.33 0.44 0.76
Hex AA A7 DD 17 18 0 D F3 2C 4C
Octal 252 247 335 27 30 0 15 363 54 114
Binary 10101010 10100111 11011101 10111 11000 0 1101 11110011 101100 1001100

Color Harmonies of #AAA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA7DD

Black with #AAA7DD

Text Example


Text Example

White with #AAA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA7DD; }

 p { color: rgb(170,167,221); }

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

background-color css

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

 a { background-color: rgb(170,167,221); }

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

border-color css

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

 span { border-color: rgb(170,167,221); }

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