Html Css Color HEX #AEA5D6 Wistful

📋 copy color: '#AEA5D6'

red 174 ◦ green 165 ◦ blue 214

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

Shades of Wistful #AEA5D6

Tints of Wistful #AEA5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 31.46%
G = 29.84%
B = 38.7%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEA5D6 (or 0xAEA5D6) is known color: Wistful. HEX triplet: AE, A5 and D6. RGB value is (174,165,214). Sum of RGB (Red+Green+Blue) = 174+165+214=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEA5D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5D6 is #515A29. Grayscale: #ADADAD. Windows color (decimal): -5331498 or 14067118. OLE color: 14067118.

HSL color Cylindrical-coordinate representation of color #AEA5D6: hue angle of 251.02º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEA5D6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 165 214 -
CMYK 0.19 0.23 0 0.16
HSL 251.02º 0.37% 0.74% -
HSV(B) 251.02º 0.23% 0.84% -
XYZ 43.05 40.76 69.22 -
YUV 173.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 174 165 214 0.19 0.23 0 0.16 251.02 0.37 0.74
Hex AE A5 D6 13 17 0 10 FB 25 4A
Octal 256 245 326 23 27 0 20 373 45 112
Binary 10101110 10100101 11010110 10011 10111 0 10000 11111011 100101 1001010

Color Harmonies of #AEA5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA5D6

Black with #AEA5D6

Text Example


Text Example

White with #AEA5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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