Html Css Color HEX #AAA0EE Wistful

📋 copy color: '#AAA0EE'

red 170 ◦ green 160 ◦ blue 238

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

Shades of Wistful #AAA0EE

Tints of Wistful #AAA0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 29.93%
G = 28.17%
B = 41.9%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAA0EE (or 0xAAA0EE) is known color: Wistful. HEX triplet: AA, A0 and EE. RGB value is (170,160,238). Sum of RGB (Red+Green+Blue) = 170+160+238=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAA0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0EE is #555F11. Grayscale: #ABABAB. Windows color (decimal): -5594898 or 15638698. OLE color: 15638698.

HSL color Cylindrical-coordinate representation of color #AAA0EE: hue angle of 247.69º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA0EE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 160 238 -
CMYK 0.29 0.33 0 0.07
HSL 247.69º 0.7% 0.78% -
HSV(B) 247.69º 0.33% 0.93% -
XYZ 44.58 39.86 86.23 -
YUV 171.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 170 160 238 0.29 0.33 0 0.07 247.69 0.7 0.78
Hex AA A0 EE 1D 21 0 7 F8 46 4E
Octal 252 240 356 35 41 0 7 370 106 116
Binary 10101010 10100000 11101110 11101 100001 0 111 11111000 1000110 1001110

Color Harmonies of #AAA0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA0EE

Black with #AAA0EE

Text Example


Text Example

White with #AAA0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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