Html Css Color HEX #AEA5EC Wistful

📋 copy color: '#AEA5EC'

red 174 ◦ green 165 ◦ blue 236

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

Shades of Wistful #AEA5EC

Tints of Wistful #AEA5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 30.26%
G = 28.7%
B = 41.04%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEA5EC (or 0xAEA5EC) is known color: Wistful. HEX triplet: AE, A5 and EC. RGB value is (174,165,236). Sum of RGB (Red+Green+Blue) = 174+165+236=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEA5EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA5EC is #515A13. Grayscale: #AFAFAF. Windows color (decimal): -5331476 or 15508910. OLE color: 15508910.

HSL color Cylindrical-coordinate representation of color #AEA5EC: hue angle of 247.61º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEA5EC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 165 236 -
CMYK 0.26 0.30 0 0.07
HSL 247.61º 0.65% 0.79% -
HSV(B) 247.61º 0.3% 0.93% -
XYZ 46.05 41.97 85.03 -
YUV 175.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 174 165 236 0.26 0.30 0 0.07 247.61 0.65 0.79
Hex AE A5 EC 1A 1E 0 7 F8 41 4F
Octal 256 245 354 32 36 0 7 370 101 117
Binary 10101110 10100101 11101100 11010 11110 0 111 11111000 1000001 1001111

Color Harmonies of #AEA5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA5EC

Black with #AEA5EC

Text Example


Text Example

White with #AEA5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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