Html Css Color HEX #AEA8CE Wistful

📋 copy color: '#AEA8CE'

red 174 ◦ green 168 ◦ blue 206

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

Shades of Wistful #AEA8CE

Tints of Wistful #AEA8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 31.75%
G = 30.66%
B = 37.59%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEA8CE (or 0xAEA8CE) is known color: Wistful. HEX triplet: AE, A8 and CE. RGB value is (174,168,206). Sum of RGB (Red+Green+Blue) = 174+168+206=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8CE is #515731. Grayscale: #ADADAD. Windows color (decimal): -5330738 or 13543598. OLE color: 13543598.

HSL color Cylindrical-coordinate representation of color #AEA8CE: hue angle of 249.47º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEA8CE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 168 206 -
CMYK 0.16 0.18 0 0.19
HSL 249.47º 0.28% 0.73% -
HSV(B) 249.47º 0.18% 0.81% -
XYZ 42.6 41.46 64.15 -
YUV 174.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 174 168 206 0.16 0.18 0 0.19 249.47 0.28 0.73
Hex AE A8 CE 10 12 0 13 F9 1C 49
Octal 256 250 316 20 22 0 23 371 34 111
Binary 10101110 10101000 11001110 10000 10010 0 10011 11111001 11100 1001001

Color Harmonies of #AEA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8CE

Black with #AEA8CE

Text Example


Text Example

White with #AEA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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