#A8A7CD

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

Shades of Wistful #A8A7CD

Tints of Wistful #A8A7CD

Color information

#A8A7CD (or 0xA8A7CD) is unknown color: approx Wistful. HEX triplet: A8, A7 and CD. RGB value is (168,167,205). Sum of RGB (Red+Green+Blue) = 168+167+205=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8A7CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A7CD is #575832. Grayscale: #ABABAB. Windows color (decimal): -5724211 or 13477800. OLE color: 13477800.

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

Color convert

RGB168167205-
CMYK0.180.1900.20
HSL241.58º27.54%72.94%-
HSV(B)241.58º18.54%80.39%-
XYZ40.9940.3763.39-
YUV171.63146.83125.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.11%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=31.11%
G=30.93%
B=37.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681672050.180.1900.20241.5827.5472.94
HexA8A7CD1213014f21c49
Octal250247315222302436234111
Binary101010001010011111001101100101001101010011110010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A7CD; }

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

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

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

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

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

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

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

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