Html Css Color HEX #AEACCC Wistful

📋 copy color: '#AEACCC'

red 174 ◦ green 172 ◦ blue 204

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

Shades of Wistful #AEACCC

Tints of Wistful #AEACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.27%

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

R = 31.64%
G = 31.27%
B = 37.09%

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

#AEACCC (or 0xAEACCC) is known color: Wistful. HEX triplet: AE, AC and CC. RGB value is (174,172,204). Sum of RGB (Red+Green+Blue) = 174+172+204=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACCC is #515333. Grayscale: #B0B0B0. Windows color (decimal): -5329716 or 13413550. OLE color: 13413550.

HSL color Cylindrical-coordinate representation of color #AEACCC: hue angle of 243.75º 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 #AEACCC is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 172 204 -
CMYK 0.15 0.16 0 0.2
HSL 243.75º 0.24% 0.74% -
HSV(B) 243.75º 0.16% 0.8% -
XYZ 43.11 42.86 63.13 -
YUV 176.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 174 172 204 0.15 0.16 0 0.2 243.75 0.24 0.74
Hex AE AC CC F 10 0 14 F4 18 4A
Octal 256 254 314 17 20 0 24 364 30 112
Binary 10101110 10101100 11001100 1111 10000 0 10100 11110100 11000 1001010

Color Harmonies of #AEACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEACCC

Black with #AEACCC

Text Example


Text Example

White with #AEACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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