Html Css Color HEX #AEA6E0 Wistful

📋 copy color: '#AEA6E0'

red 174 ◦ green 166 ◦ blue 224

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

Shades of Wistful #AEA6E0

Tints of Wistful #AEA6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.72%

R = 30.85%
G = 29.43%
B = 39.72%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AEA6E0 (or 0xAEA6E0) is known color: Wistful. HEX triplet: AE, A6 and E0. RGB value is (174,166,224). Sum of RGB (Red+Green+Blue) = 174+166+224=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEA6E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA6E0 is #51591F. Grayscale: #AEAEAE. Windows color (decimal): -5331232 or 14722734. OLE color: 14722734.

HSL color Cylindrical-coordinate representation of color #AEA6E0: hue angle of 248.28º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEA6E0 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 166 224 -
CMYK 0.22 0.26 0 0.12
HSL 248.28º 0.48% 0.76% -
HSV(B) 248.28º 0.26% 0.88% -
XYZ 44.55 41.65 76.21 -
YUV 175 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 174 166 224 0.22 0.26 0 0.12 248.28 0.48 0.76
Hex AE A6 E0 16 1A 0 C F8 30 4C
Octal 256 246 340 26 32 0 14 370 60 114
Binary 10101110 10100110 11100000 10110 11010 0 1100 11111000 110000 1001100

Color Harmonies of #AEA6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA6E0

Black with #AEA6E0

Text Example


Text Example

White with #AEA6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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