Html Css Color HEX #AEA8C9 Wistful

📋 copy color: '#AEA8C9'

red 174 ◦ green 168 ◦ blue 201

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

Shades of Wistful #AEA8C9

Tints of Wistful #AEA8C9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

 BLUE value IS 201 (78.91% from 255) = 37.02%

R = 32.04%
G = 30.94%
B = 37.02%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AEA8C9 (or 0xAEA8C9) is known color: Wistful. HEX triplet: AE, A8 and C9. RGB value is (174,168,201). Sum of RGB (Red+Green+Blue) = 174+168+201=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEA8C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8C9 is #515736. Grayscale: #ADADAD. Windows color (decimal): -5330743 or 13215918. OLE color: 13215918.

HSL color Cylindrical-coordinate representation of color #AEA8C9: hue angle of 250.91º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEA8C9 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 168 201 -
CMYK 0.13 0.16 0 0.21
HSL 250.91º 0.23% 0.72% -
HSV(B) 250.91º 0.16% 0.79% -
XYZ 42 41.22 61 -
YUV 173.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 174 168 201 0.13 0.16 0 0.21 250.91 0.23 0.72
Hex AE A8 C9 D 10 0 15 FB 17 48
Octal 256 250 311 15 20 0 25 373 27 110
Binary 10101110 10101000 11001001 1101 10000 0 10101 11111011 10111 1001000

Color Harmonies of #AEA8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8C9

Black with #AEA8C9

Text Example


Text Example

White with #AEA8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8C9; }

 p { color: rgb(174,168,201); }

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

background-color css

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

 a { background-color: rgb(174,168,201); }

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

border-color css

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

 span { border-color: rgb(174,168,201); }

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