Html Css Color HEX #AAA0E7 Wistful

📋 copy color: '#AAA0E7'

red 170 ◦ green 160 ◦ blue 231

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

Shades of Wistful #AAA0E7

Tints of Wistful #AAA0E7

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.52%

 BLUE value IS 231 (90.63% from 255) = 41.18%

R = 30.3%
G = 28.52%
B = 41.18%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAA0E7 (or 0xAAA0E7) is known color: Wistful. HEX triplet: AA, A0 and E7. RGB value is (170,160,231). Sum of RGB (Red+Green+Blue) = 170+160+231=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAA0E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0E7 is #555F18. Grayscale: #AAAAAA. Windows color (decimal): -5594905 or 15179946. OLE color: 15179946.

HSL color Cylindrical-coordinate representation of color #AAA0E7: hue angle of 248.45º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA0E7 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 160 231 -
CMYK 0.26 0.31 0 0.09
HSL 248.45º 0.6% 0.77% -
HSV(B) 248.45º 0.31% 0.91% -
XYZ 43.57 39.46 80.92 -
YUV 171.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 170 160 231 0.26 0.31 0 0.09 248.45 0.6 0.77
Hex AA A0 E7 1A 1F 0 9 F8 3C 4D
Octal 252 240 347 32 37 0 11 370 74 115
Binary 10101010 10100000 11100111 11010 11111 0 1001 11111000 111100 1001101

Color Harmonies of #AAA0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA0E7

Black with #AAA0E7

Text Example


Text Example

White with #AAA0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA0E7; }

 p { color: rgb(170,160,231); }

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

background-color css

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

 a { background-color: rgb(170,160,231); }

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

border-color css

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

 span { border-color: rgb(170,160,231); }

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