#A8AACD

Color #A8AACD Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A8AACD

Tints of Wistful #A8AACD

Color information

#A8AACD (or 0xA8AACD) is unknown color: approx Wistful. HEX triplet: A8, AA and CD. RGB value is (168,170,205). Sum of RGB (Red+Green+Blue) = 168+170+205=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AACD is #575532. Grayscale: #ADADAD. Windows color (decimal): -5723443 or 13478568. OLE color: 13478568.

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

Color convert

RGB168170205-
CMYK0.180.1700.20
HSL236.76º27.01%73.14%-
HSV(B)236.76º18.05%80.39%-
XYZ41.5441.4863.57-
YUV173.39145.84124.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=30.94%
G=31.31%
B=37.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681702050.180.1700.20236.7627.0173.14
HexA8AACD1211014ed1b49
Octal250252315222102435533111
Binary101010001010101011001101100101000101010011101101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AACD; }

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

 H1.HeaderClassName
 {
   color: #A8AACD;
 }
 .AnyTagClassName
 {
   color: #A8AACD;
 }
</style>
background-color css

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

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

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

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

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

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