Html Css Color HEX #AEA5DD Wistful

📋 copy color: '#AEA5DD'

red 174 ◦ green 165 ◦ blue 221

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

Shades of Wistful #AEA5DD

Tints of Wistful #AEA5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 31.07%
G = 29.46%
B = 39.46%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEA5DD (or 0xAEA5DD) is known color: Wistful. HEX triplet: AE, A5 and DD. RGB value is (174,165,221). Sum of RGB (Red+Green+Blue) = 174+165+221=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEA5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA5DD is #515A22. Grayscale: #ADADAD. Windows color (decimal): -5331491 or 14525870. OLE color: 14525870.

HSL color Cylindrical-coordinate representation of color #AEA5DD: hue angle of 249.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEA5DD is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 165 221 -
CMYK 0.21 0.25 0 0.13
HSL 249.64º 0.45% 0.76% -
HSV(B) 249.64º 0.25% 0.87% -
XYZ 43.96 41.13 74.03 -
YUV 174.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 174 165 221 0.21 0.25 0 0.13 249.64 0.45 0.76
Hex AE A5 DD 15 19 0 D FA 2D 4C
Octal 256 245 335 25 31 0 15 372 55 114
Binary 10101110 10100101 11011101 10101 11001 0 1101 11111010 101101 1001100

Color Harmonies of #AEA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA5DD

Black with #AEA5DD

Text Example


Text Example

White with #AEA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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