Html Css Color HEX #AEA5D1 Wistful

📋 copy color: '#AEA5D1'

red 174 ◦ green 165 ◦ blue 209

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

Shades of Wistful #AEA5D1

Tints of Wistful #AEA5D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.14%

R = 31.75%
G = 30.11%
B = 38.14%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEA5D1 (or 0xAEA5D1) is known color: Wistful. HEX triplet: AE, A5 and D1. RGB value is (174,165,209). Sum of RGB (Red+Green+Blue) = 174+165+209=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEA5D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5D1 is #515A2E. Grayscale: #ACACAC. Windows color (decimal): -5331503 or 13739438. OLE color: 13739438.

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

Color convert

RGB 174 165 209 -
CMYK 0.17 0.21 0 0.18
HSL 252.27º 0.32% 0.73% -
HSV(B) 252.27º 0.21% 0.82% -
XYZ 42.42 40.51 65.91 -
YUV 172.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 174 165 209 0.17 0.21 0 0.18 252.27 0.32 0.73
Hex AE A5 D1 11 15 0 12 FC 20 49
Octal 256 245 321 21 25 0 22 374 40 111
Binary 10101110 10100101 11010001 10001 10101 0 10010 11111100 100000 1001001

Color Harmonies of #AEA5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA5D1

Black with #AEA5D1

Text Example


Text Example

White with #AEA5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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