Html Css Color HEX #AEABCC Wistful

📋 copy color: '#AEABCC'

red 174 ◦ green 171 ◦ blue 204

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

Shades of Wistful #AEABCC

Tints of Wistful #AEABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 31.69%
G = 31.15%
B = 37.16%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AEABCC (or 0xAEABCC) is known color: Wistful. HEX triplet: AE, AB and CC. RGB value is (174,171,204). Sum of RGB (Red+Green+Blue) = 174+171+204=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABCC is #515433. Grayscale: #AFAFAF. Windows color (decimal): -5329972 or 13413294. OLE color: 13413294.

HSL color Cylindrical-coordinate representation of color #AEABCC: hue angle of 245.45º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEABCC is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 171 204 -
CMYK 0.15 0.16 0 0.2
HSL 245.45º 0.24% 0.74% -
HSV(B) 245.45º 0.16% 0.8% -
XYZ 42.92 42.48 63.07 -
YUV 175.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 174 171 204 0.15 0.16 0 0.2 245.45 0.24 0.74
Hex AE AB CC F 10 0 14 F5 18 4A
Octal 256 253 314 17 20 0 24 365 30 112
Binary 10101110 10101011 11001100 1111 10000 0 10100 11110101 11000 1001010

Color Harmonies of #AEABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABCC

Black with #AEABCC

Text Example


Text Example

White with #AEABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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