Html Css Color HEX #AEA9D7 Wistful

📋 copy color: '#AEA9D7'

red 174 ◦ green 169 ◦ blue 215

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

Shades of Wistful #AEA9D7

Tints of Wistful #AEA9D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.53%

R = 31.18%
G = 30.29%
B = 38.53%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEA9D7 (or 0xAEA9D7) is known color: Wistful. HEX triplet: AE, A9 and D7. RGB value is (174,169,215). Sum of RGB (Red+Green+Blue) = 174+169+215=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #AEA9D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9D7 is #515628. Grayscale: #AFAFAF. Windows color (decimal): -5330473 or 14133678. OLE color: 14133678.

HSL color Cylindrical-coordinate representation of color #AEA9D7: hue angle of 246.52º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEA9D7 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 169 215 -
CMYK 0.19 0.21 0 0.16
HSL 246.52º 0.37% 0.75% -
HSV(B) 246.52º 0.21% 0.84% -
XYZ 43.91 42.28 70.14 -
YUV 175.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 174 169 215 0.19 0.21 0 0.16 246.52 0.37 0.75
Hex AE A9 D7 13 15 0 10 F7 25 4B
Octal 256 251 327 23 25 0 20 367 45 113
Binary 10101110 10101001 11010111 10011 10101 0 10000 11110111 100101 1001011

Color Harmonies of #AEA9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA9D7

Black with #AEA9D7

Text Example


Text Example

White with #AEA9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA9D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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