Html Css Color HEX #AEA8DA Wistful

📋 copy color: '#AEA8DA'

red 174 ◦ green 168 ◦ blue 218

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

Shades of Wistful #AEA8DA

Tints of Wistful #AEA8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30%

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 31.07%
G = 30%
B = 38.93%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEA8DA (or 0xAEA8DA) is known color: Wistful. HEX triplet: AE, A8 and DA. RGB value is (174,168,218). Sum of RGB (Red+Green+Blue) = 174+168+218=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEA8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8DA is #515725. Grayscale: #AFAFAF. Windows color (decimal): -5330726 or 14330030. OLE color: 14330030.

HSL color Cylindrical-coordinate representation of color #AEA8DA: hue angle of 247.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEA8DA is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 168 218 -
CMYK 0.20 0.23 0 0.15
HSL 247.2º 0.4% 0.76% -
HSV(B) 247.2º 0.23% 0.85% -
XYZ 44.11 42.07 72.12 -
YUV 175.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 174 168 218 0.20 0.23 0 0.15 247.2 0.4 0.76
Hex AE A8 DA 14 17 0 F F7 28 4C
Octal 256 250 332 24 27 0 17 367 50 114
Binary 10101110 10101000 11011010 10100 10111 0 1111 11110111 101000 1001100

Color Harmonies of #AEA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8DA

Black with #AEA8DA

Text Example


Text Example

White with #AEA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8DA; }

 p { color: rgb(174,168,218); }

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

background-color css

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

 a { background-color: rgb(174,168,218); }

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

border-color css

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

 span { border-color: rgb(174,168,218); }

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