Html Css Color HEX #AEA9D4 Wistful

📋 copy color: '#AEA9D4'

red 174 ◦ green 169 ◦ blue 212

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

Shades of Wistful #AEA9D4

Tints of Wistful #AEA9D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 31.35%
G = 30.45%
B = 38.2%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AEA9D4 (or 0xAEA9D4) is known color: Wistful. HEX triplet: AE, A9 and D4. RGB value is (174,169,212). Sum of RGB (Red+Green+Blue) = 174+169+212=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEA9D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9D4 is #51562B. Grayscale: #AFAFAF. Windows color (decimal): -5330476 or 13937070. OLE color: 13937070.

HSL color Cylindrical-coordinate representation of color #AEA9D4: hue angle of 246.98º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA9D4 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 169 212 -
CMYK 0.18 0.20 0 0.17
HSL 246.98º 0.33% 0.75% -
HSV(B) 246.98º 0.2% 0.83% -
XYZ 43.53 42.13 68.12 -
YUV 175.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 174 169 212 0.18 0.20 0 0.17 246.98 0.33 0.75
Hex AE A9 D4 12 14 0 11 F7 21 4B
Octal 256 251 324 22 24 0 21 367 41 113
Binary 10101110 10101001 11010100 10010 10100 0 10001 11110111 100001 1001011

Color Harmonies of #AEA9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA9D4

Black with #AEA9D4

Text Example


Text Example

White with #AEA9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA9D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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