Html Css Color HEX #AEA4EE Wistful

📋 copy color: '#AEA4EE'

red 174 ◦ green 164 ◦ blue 238

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

Shades of Wistful #AEA4EE

Tints of Wistful #AEA4EE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.47%

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 30.21%
G = 28.47%
B = 41.32%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEA4EE (or 0xAEA4EE) is known color: Wistful. HEX triplet: AE, A4 and EE. RGB value is (174,164,238). Sum of RGB (Red+Green+Blue) = 174+164+238=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEA4EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA4EE is #515B11. Grayscale: #AFAFAF. Windows color (decimal): -5331730 or 15639726. OLE color: 15639726.

HSL color Cylindrical-coordinate representation of color #AEA4EE: hue angle of 248.11º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEA4EE is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 164 238 -
CMYK 0.27 0.31 0 0.07
HSL 248.11º 0.69% 0.79% -
HSV(B) 248.11º 0.31% 0.93% -
XYZ 46.16 41.72 86.51 -
YUV 175.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 174 164 238 0.27 0.31 0 0.07 248.11 0.69 0.79
Hex AE A4 EE 1B 1F 0 7 F8 45 4F
Octal 256 244 356 33 37 0 7 370 105 117
Binary 10101110 10100100 11101110 11011 11111 0 111 11111000 1000101 1001111

Color Harmonies of #AEA4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA4EE

Black with #AEA4EE

Text Example


Text Example

White with #AEA4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA4EE; }

 p { color: rgb(174,164,238); }

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

background-color css

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

 a { background-color: rgb(174,164,238); }

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

border-color css

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

 span { border-color: rgb(174,164,238); }

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