Html Css Color HEX #AEAADC Wistful

📋 copy color: '#AEAADC'

red 174 ◦ green 170 ◦ blue 220

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

Shades of Wistful #AEAADC

Tints of Wistful #AEAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.14%

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

R = 30.85%
G = 30.14%
B = 39.01%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEAADC (or 0xAEAADC) is known color: Wistful. HEX triplet: AE, AA and DC. RGB value is (174,170,220). Sum of RGB (Red+Green+Blue) = 174+170+220=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAADC is #515523. Grayscale: #B0B0B0. Windows color (decimal): -5330212 or 14461614. OLE color: 14461614.

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

Color convert

RGB 174 170 220 -
CMYK 0.21 0.23 0 0.14
HSL 244.8º 0.42% 0.76% -
HSV(B) 244.8º 0.23% 0.86% -
XYZ 44.75 42.92 73.64 -
YUV 176.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 174 170 220 0.21 0.23 0 0.14 244.8 0.42 0.76
Hex AE AA DC 15 17 0 E F5 2A 4C
Octal 256 252 334 25 27 0 16 365 52 114
Binary 10101110 10101010 11011100 10101 10111 0 1110 11110101 101010 1001100

Color Harmonies of #AEAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAADC

Black with #AEAADC

Text Example


Text Example

White with #AEAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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