Html Css Color HEX #AEA6E2 Wistful

📋 copy color: '#AEA6E2'

red 174 ◦ green 166 ◦ blue 226

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

Shades of Wistful #AEA6E2

Tints of Wistful #AEA6E2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.33%

 BLUE value IS 226 (88.67% from 255) = 39.93%

R = 30.74%
G = 29.33%
B = 39.93%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEA6E2 (or 0xAEA6E2) is known color: Wistful. HEX triplet: AE, A6 and E2. RGB value is (174,166,226). Sum of RGB (Red+Green+Blue) = 174+166+226=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEA6E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6E2 is #51591D. Grayscale: #AFAFAF. Windows color (decimal): -5331230 or 14853806. OLE color: 14853806.

HSL color Cylindrical-coordinate representation of color #AEA6E2: hue angle of 248º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEA6E2 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 166 226 -
CMYK 0.23 0.27 0 0.11
HSL 248º 0.51% 0.77% -
HSV(B) 248º 0.27% 0.89% -
XYZ 44.82 41.76 77.65 -
YUV 175.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 174 166 226 0.23 0.27 0 0.11 248 0.51 0.77
Hex AE A6 E2 17 1B 0 B F8 33 4D
Octal 256 246 342 27 33 0 13 370 63 115
Binary 10101110 10100110 11100010 10111 11011 0 1011 11111000 110011 1001101

Color Harmonies of #AEA6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA6E2

Black with #AEA6E2

Text Example


Text Example

White with #AEA6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA6E2; }

 p { color: rgb(174,166,226); }

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

background-color css

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

 a { background-color: rgb(174,166,226); }

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

border-color css

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

 span { border-color: rgb(174,166,226); }

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