Html Css Color HEX #AEA8CC Wistful

📋 copy color: '#AEA8CC'

red 174 ◦ green 168 ◦ blue 204

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

Shades of Wistful #AEA8CC

Tints of Wistful #AEA8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 31.87%
G = 30.77%
B = 37.36%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AEA8CC (or 0xAEA8CC) is known color: Wistful. HEX triplet: AE, A8 and CC. RGB value is (174,168,204). Sum of RGB (Red+Green+Blue) = 174+168+204=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8CC is #515733. Grayscale: #ADADAD. Windows color (decimal): -5330740 or 13412526. OLE color: 13412526.

HSL color Cylindrical-coordinate representation of color #AEA8CC: hue angle of 250º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEA8CC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 168 204 -
CMYK 0.15 0.18 0 0.2
HSL 250º 0.26% 0.73% -
HSV(B) 250º 0.18% 0.8% -
XYZ 42.36 41.36 62.88 -
YUV 173.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 174 168 204 0.15 0.18 0 0.2 250 0.26 0.73
Hex AE A8 CC F 12 0 14 FA 1A 49
Octal 256 250 314 17 22 0 24 372 32 111
Binary 10101110 10101000 11001100 1111 10010 0 10100 11111010 11010 1001001

Color Harmonies of #AEA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8CC

Black with #AEA8CC

Text Example


Text Example

White with #AEA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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