Html Css Color HEX #AEA9DD Wistful

📋 copy color: '#AEA9DD'

red 174 ◦ green 169 ◦ blue 221

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

Shades of Wistful #AEA9DD

Tints of Wistful #AEA9DD

RGB

 RED value IS 174 (68.36% from 255) = 30.85%

 GREEN value IS 169 (66.41% from 255) = 29.96%

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 30.85%
G = 29.96%
B = 39.18%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEA9DD (or 0xAEA9DD) is known color: Wistful. HEX triplet: AE, A9 and DD. RGB value is (174,169,221). Sum of RGB (Red+Green+Blue) = 174+169+221=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9DD is #515622. Grayscale: #B0B0B0. Windows color (decimal): -5330467 or 14526894. OLE color: 14526894.

HSL color Cylindrical-coordinate representation of color #AEA9DD: hue angle of 245.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEA9DD is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 169 221 -
CMYK 0.21 0.24 0 0.13
HSL 245.77º 0.43% 0.76% -
HSV(B) 245.77º 0.24% 0.87% -
XYZ 44.69 42.6 74.27 -
YUV 176.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 174 169 221 0.21 0.24 0 0.13 245.77 0.43 0.76
Hex AE A9 DD 15 18 0 D F6 2B 4C
Octal 256 251 335 25 30 0 15 366 53 114
Binary 10101110 10101001 11011101 10101 11000 0 1101 11110110 101011 1001100

Color Harmonies of #AEA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA9DD

Black with #AEA9DD

Text Example


Text Example

White with #AEA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA9DD; }

 p { color: rgb(174,169,221); }

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

background-color css

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

 a { background-color: rgb(174,169,221); }

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

border-color css

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

 span { border-color: rgb(174,169,221); }

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