Html Css Color HEX #AAA4E5 Wistful

📋 copy color: '#AAA4E5'

red 170 ◦ green 164 ◦ blue 229

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

Shades of Wistful #AAA4E5

Tints of Wistful #AAA4E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.67%

R = 30.2%
G = 29.13%
B = 40.67%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAA4E5 (or 0xAAA4E5) is known color: Wistful. HEX triplet: AA, A4 and E5. RGB value is (170,164,229). Sum of RGB (Red+Green+Blue) = 170+164+229=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAA4E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4E5 is #555B1A. Grayscale: #ACACAC. Windows color (decimal): -5593883 or 15049898. OLE color: 15049898.

HSL color Cylindrical-coordinate representation of color #AAA4E5: hue angle of 245.54º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA4E5 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 164 229 -
CMYK 0.26 0.28 0 0.10
HSL 245.54º 0.56% 0.77% -
HSV(B) 245.54º 0.28% 0.9% -
XYZ 44 40.75 79.68 -
YUV 173.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 170 164 229 0.26 0.28 0 0.10 245.54 0.56 0.77
Hex AA A4 E5 1A 1C 0 A F6 38 4D
Octal 252 244 345 32 34 0 12 366 70 115
Binary 10101010 10100100 11100101 11010 11100 0 1010 11110110 111000 1001101

Color Harmonies of #AAA4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA4E5

Black with #AAA4E5

Text Example


Text Example

White with #AAA4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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