Html Css Color HEX #AEA8CB Wistful

📋 copy color: '#AEA8CB'

red 174 ◦ green 168 ◦ blue 203

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

Shades of Wistful #AEA8CB

Tints of Wistful #AEA8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.25%

R = 31.93%
G = 30.83%
B = 37.25%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AEA8CB (or 0xAEA8CB) is known color: Wistful. HEX triplet: AE, A8 and CB. RGB value is (174,168,203). Sum of RGB (Red+Green+Blue) = 174+168+203=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEA8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8CB is #515734. Grayscale: #ADADAD. Windows color (decimal): -5330741 or 13346990. OLE color: 13346990.

HSL color Cylindrical-coordinate representation of color #AEA8CB: hue angle of 250.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEA8CB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 168 203 -
CMYK 0.14 0.17 0 0.20
HSL 250.29º 0.25% 0.73% -
HSV(B) 250.29º 0.17% 0.8% -
XYZ 42.24 41.32 62.25 -
YUV 173.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 174 168 203 0.14 0.17 0 0.20 250.29 0.25 0.73
Hex AE A8 CB E 11 0 14 FA 19 49
Octal 256 250 313 16 21 0 24 372 31 111
Binary 10101110 10101000 11001011 1110 10001 0 10100 11111010 11001 1001001

Color Harmonies of #AEA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8CB

Black with #AEA8CB

Text Example


Text Example

White with #AEA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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