Html Css Color HEX #AEABC1 Wistful

📋 copy color: '#AEABC1'

red 174 ◦ green 171 ◦ blue 193

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

Shades of Wistful #AEABC1

Tints of Wistful #AEABC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 32.34%
G = 31.78%
B = 35.87%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AEABC1 (or 0xAEABC1) is known color: Wistful. HEX triplet: AE, AB and C1. RGB value is (174,171,193). Sum of RGB (Red+Green+Blue) = 174+171+193=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABC1 is #51543E. Grayscale: #AEAEAE. Windows color (decimal): -5329983 or 12692398. OLE color: 12692398.

HSL color Cylindrical-coordinate representation of color #AEABC1: hue angle of 248.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEABC1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 171 193 -
CMYK 0.10 0.11 0 0.24
HSL 248.18º 0.15% 0.71% -
HSV(B) 248.18º 0.11% 0.76% -
XYZ 41.64 41.97 56.36 -
YUV 174.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 174 171 193 0.10 0.11 0 0.24 248.18 0.15 0.71
Hex AE AB C1 A B 0 18 F8 F 47
Octal 256 253 301 12 13 0 30 370 17 107
Binary 10101110 10101011 11000001 1010 1011 0 11000 11111000 1111 1000111

Color Harmonies of #AEABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABC1

Black with #AEABC1

Text Example


Text Example

White with #AEABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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