Html Css Color HEX #AEABDA Wistful

📋 copy color: '#AEABDA'

red 174 ◦ green 171 ◦ blue 218

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

Shades of Wistful #AEABDA

Tints of Wistful #AEABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.37%

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

R = 30.91%
G = 30.37%
B = 38.72%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEABDA (or 0xAEABDA) is known color: Wistful. HEX triplet: AE, AB and DA. RGB value is (174,171,218). Sum of RGB (Red+Green+Blue) = 174+171+218=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABDA is #515425. Grayscale: #B1B1B1. Windows color (decimal): -5329958 or 14330798. OLE color: 14330798.

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

Color convert

RGB 174 171 218 -
CMYK 0.20 0.22 0 0.15
HSL 243.83º 0.39% 0.76% -
HSV(B) 243.83º 0.22% 0.85% -
XYZ 44.67 43.19 72.31 -
YUV 177.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 174 171 218 0.20 0.22 0 0.15 243.83 0.39 0.76
Hex AE AB DA 14 16 0 F F4 27 4C
Octal 256 253 332 24 26 0 17 364 47 114
Binary 10101110 10101011 11011010 10100 10110 0 1111 11110100 100111 1001100

Color Harmonies of #AEABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABDA

Black with #AEABDA

Text Example


Text Example

White with #AEABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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