Html Css Color HEX #AEA9C6 Wistful

📋 copy color: '#AEA9C6'

red 174 ◦ green 169 ◦ blue 198

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

Shades of Wistful #AEA9C6

Tints of Wistful #AEA9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.6%

R = 32.16%
G = 31.24%
B = 36.6%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AEA9C6 (or 0xAEA9C6) is known color: Wistful. HEX triplet: AE, A9 and C6. RGB value is (174,169,198). Sum of RGB (Red+Green+Blue) = 174+169+198=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #AEA9C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9C6 is #515639. Grayscale: #ADADAD. Windows color (decimal): -5330490 or 13019566. OLE color: 13019566.

HSL color Cylindrical-coordinate representation of color #AEA9C6: hue angle of 250.34º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEA9C6 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 169 198 -
CMYK 0.12 0.15 0 0.22
HSL 250.34º 0.2% 0.72% -
HSV(B) 250.34º 0.15% 0.78% -
XYZ 41.84 41.45 59.22 -
YUV 173.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 174 169 198 0.12 0.15 0 0.22 250.34 0.2 0.72
Hex AE A9 C6 C F 0 16 FA 14 48
Octal 256 251 306 14 17 0 26 372 24 110
Binary 10101110 10101001 11000110 1100 1111 0 10110 11111010 10100 1001000

Color Harmonies of #AEA9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA9C6

Black with #AEA9C6

Text Example


Text Example

White with #AEA9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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