Html Css Color HEX #AEA8CA Wistful

📋 copy color: '#AEA8CA'

red 174 ◦ green 168 ◦ blue 202

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

Shades of Wistful #AEA8CA

Tints of Wistful #AEA8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 31.99%
G = 30.88%
B = 37.13%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AEA8CA (or 0xAEA8CA) is known color: Wistful. HEX triplet: AE, A8 and CA. RGB value is (174,168,202). Sum of RGB (Red+Green+Blue) = 174+168+202=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEA8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8CA is #515735. Grayscale: #ADADAD. Windows color (decimal): -5330742 or 13281454. OLE color: 13281454.

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

Color convert

RGB 174 168 202 -
CMYK 0.14 0.17 0 0.21
HSL 250.59º 0.24% 0.73% -
HSV(B) 250.59º 0.17% 0.79% -
XYZ 42.12 41.27 61.62 -
YUV 173.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 174 168 202 0.14 0.17 0 0.21 250.59 0.24 0.73
Hex AE A8 CA E 11 0 15 FB 18 49
Octal 256 250 312 16 21 0 25 373 30 111
Binary 10101110 10101000 11001010 1110 10001 0 10101 11111011 11000 1001001

Color Harmonies of #AEA8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8CA

Black with #AEA8CA

Text Example


Text Example

White with #AEA8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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