Html Css Color HEX #A8AACE Wistful

📋 copy color: '#A8AACE'

red 168 ◦ green 170 ◦ blue 206

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

Shades of Wistful #A8AACE

Tints of Wistful #A8AACE

RGB

 RED value IS 168 (66.02% from 255) = 30.88%

 GREEN value IS 170 (66.8% from 255) = 31.25%

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 30.88%
G = 31.25%
B = 37.87%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A8AACE (or 0xA8AACE) is known color: Wistful. HEX triplet: A8, AA and CE. RGB value is (168,170,206). Sum of RGB (Red+Green+Blue) = 168+170+206=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8AACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AACE is #575531. Grayscale: #ADADAD. Windows color (decimal): -5723442 or 13544104. OLE color: 13544104.

HSL color Cylindrical-coordinate representation of color #A8AACE: hue angle of 236.84º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8AACE is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 170 206 -
CMYK 0.18 0.17 0 0.19
HSL 236.84º 0.28% 0.73% -
HSV(B) 236.84º 0.18% 0.81% -
XYZ 41.66 41.53 64.21 -
YUV 173.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 168 170 206 0.18 0.17 0 0.19 236.84 0.28 0.73
Hex A8 AA CE 12 11 0 13 ED 1C 49
Octal 250 252 316 22 21 0 23 355 34 111
Binary 10101000 10101010 11001110 10010 10001 0 10011 11101101 11100 1001001

Color Harmonies of #A8AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AACE

Black with #A8AACE

Text Example


Text Example

White with #A8AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AACE; }

 p { color: rgb(168,170,206); }

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

background-color css

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

 a { background-color: rgb(168,170,206); }

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

border-color css

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

 span { border-color: rgb(168,170,206); }

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