Html Css Color HEX #AEA4E6 Wistful

📋 copy color: '#AEA4E6'

red 174 ◦ green 164 ◦ blue 230

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

Shades of Wistful #AEA4E6

Tints of Wistful #AEA4E6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.87%

 BLUE value IS 230 (90.23% from 255) = 40.49%

R = 30.63%
G = 28.87%
B = 40.49%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEA4E6 (or 0xAEA4E6) is known color: Wistful. HEX triplet: AE, A4 and E6. RGB value is (174,164,230). Sum of RGB (Red+Green+Blue) = 174+164+230=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEA4E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA4E6 is #515B19. Grayscale: #AEAEAE. Windows color (decimal): -5331738 or 15115438. OLE color: 15115438.

HSL color Cylindrical-coordinate representation of color #AEA4E6: hue angle of 249.09º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA4E6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 164 230 -
CMYK 0.24 0.29 0 0.10
HSL 249.09º 0.57% 0.77% -
HSV(B) 249.09º 0.29% 0.9% -
XYZ 45.01 41.26 80.45 -
YUV 174.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 174 164 230 0.24 0.29 0 0.10 249.09 0.57 0.77
Hex AE A4 E6 18 1D 0 A F9 39 4D
Octal 256 244 346 30 35 0 12 371 71 115
Binary 10101110 10100100 11100110 11000 11101 0 1010 11111001 111001 1001101

Color Harmonies of #AEA4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA4E6

Black with #AEA4E6

Text Example


Text Example

White with #AEA4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA4E6; }

 p { color: rgb(174,164,230); }

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

background-color css

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

 a { background-color: rgb(174,164,230); }

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

border-color css

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

 span { border-color: rgb(174,164,230); }

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