Html Css Color HEX #AEA5DC Wistful

📋 copy color: '#AEA5DC'

red 174 ◦ green 165 ◦ blue 220

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

Shades of Wistful #AEA5DC

Tints of Wistful #AEA5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 31.13%
G = 29.52%
B = 39.36%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEA5DC (or 0xAEA5DC) is known color: Wistful. HEX triplet: AE, A5 and DC. RGB value is (174,165,220). Sum of RGB (Red+Green+Blue) = 174+165+220=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5DC is #515A23. Grayscale: #ADADAD. Windows color (decimal): -5331492 or 14460334. OLE color: 14460334.

HSL color Cylindrical-coordinate representation of color #AEA5DC: hue angle of 249.82º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEA5DC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 165 220 -
CMYK 0.21 0.25 0 0.14
HSL 249.82º 0.44% 0.75% -
HSV(B) 249.82º 0.25% 0.86% -
XYZ 43.83 41.08 73.33 -
YUV 173.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 174 165 220 0.21 0.25 0 0.14 249.82 0.44 0.75
Hex AE A5 DC 15 19 0 E FA 2C 4B
Octal 256 245 334 25 31 0 16 372 54 113
Binary 10101110 10100101 11011100 10101 11001 0 1110 11111010 101100 1001011

Color Harmonies of #AEA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA5DC

Black with #AEA5DC

Text Example


Text Example

White with #AEA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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