Html Css Color HEX #AAA4EB Wistful

📋 copy color: '#AAA4EB'

red 170 ◦ green 164 ◦ blue 235

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

Shades of Wistful #AAA4EB

Tints of Wistful #AAA4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 29.88%
G = 28.82%
B = 41.3%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAA4EB (or 0xAAA4EB) is known color: Wistful. HEX triplet: AA, A4 and EB. RGB value is (170,164,235). Sum of RGB (Red+Green+Blue) = 170+164+235=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAA4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4EB is #555B14. Grayscale: #ADADAD. Windows color (decimal): -5593877 or 15443114. OLE color: 15443114.

HSL color Cylindrical-coordinate representation of color #AAA4EB: hue angle of 245.07º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAA4EB is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 164 235 -
CMYK 0.28 0.30 0 0.08
HSL 245.07º 0.64% 0.78% -
HSV(B) 245.07º 0.3% 0.92% -
XYZ 44.85 41.1 84.17 -
YUV 173.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 170 164 235 0.28 0.30 0 0.08 245.07 0.64 0.78
Hex AA A4 EB 1C 1E 0 8 F5 40 4E
Octal 252 244 353 34 36 0 10 365 100 116
Binary 10101010 10100100 11101011 11100 11110 0 1000 11110101 1000000 1001110

Color Harmonies of #AAA4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA4EB

Black with #AAA4EB

Text Example


Text Example

White with #AAA4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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