Html Css Color HEX #AAA4E7 Wistful

📋 copy color: '#AAA4E7'

red 170 ◦ green 164 ◦ blue 231

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

Shades of Wistful #AAA4E7

Tints of Wistful #AAA4E7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.03%

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

R = 30.09%
G = 29.03%
B = 40.88%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAA4E7 (or 0xAAA4E7) is known color: Wistful. HEX triplet: AA, A4 and E7. RGB value is (170,164,231). Sum of RGB (Red+Green+Blue) = 170+164+231=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAA4E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4E7 is #555B18. Grayscale: #ADADAD. Windows color (decimal): -5593881 or 15180970. OLE color: 15180970.

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

Color convert

RGB 170 164 231 -
CMYK 0.26 0.29 0 0.09
HSL 245.37º 0.58% 0.77% -
HSV(B) 245.37º 0.29% 0.91% -
XYZ 44.28 40.87 81.16 -
YUV 173.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 170 164 231 0.26 0.29 0 0.09 245.37 0.58 0.77
Hex AA A4 E7 1A 1D 0 9 F5 3A 4D
Octal 252 244 347 32 35 0 11 365 72 115
Binary 10101010 10100100 11100111 11010 11101 0 1001 11110101 111010 1001101

Color Harmonies of #AAA4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA4E7

Black with #AAA4E7

Text Example


Text Example

White with #AAA4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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