Html Css Color HEX #AEA5EA Wistful

📋 copy color: '#AEA5EA'

red 174 ◦ green 165 ◦ blue 234

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

Shades of Wistful #AEA5EA

Tints of Wistful #AEA5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.8%

 BLUE value IS 234 (91.8% from 255) = 40.84%

R = 30.37%
G = 28.8%
B = 40.84%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEA5EA (or 0xAEA5EA) is known color: Wistful. HEX triplet: AE, A5 and EA. RGB value is (174,165,234). Sum of RGB (Red+Green+Blue) = 174+165+234=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA5EA is #515A15. Grayscale: #AFAFAF. Windows color (decimal): -5331478 or 15377838. OLE color: 15377838.

HSL color Cylindrical-coordinate representation of color #AEA5EA: hue angle of 247.83º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA5EA is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 165 234 -
CMYK 0.26 0.29 0 0.08
HSL 247.83º 0.62% 0.78% -
HSV(B) 247.83º 0.29% 0.92% -
XYZ 45.76 41.85 83.51 -
YUV 175.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 174 165 234 0.26 0.29 0 0.08 247.83 0.62 0.78
Hex AE A5 EA 1A 1D 0 8 F8 3E 4E
Octal 256 245 352 32 35 0 10 370 76 116
Binary 10101110 10100101 11101010 11010 11101 0 1000 11111000 111110 1001110

Color Harmonies of #AEA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA5EA

Black with #AEA5EA

Text Example


Text Example

White with #AEA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA5EA; }

 p { color: rgb(174,165,234); }

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

background-color css

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

 a { background-color: rgb(174,165,234); }

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

border-color css

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

 span { border-color: rgb(174,165,234); }

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