#A7A8CD

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

Shades of Wistful #A7A8CD

Tints of Wistful #A7A8CD

Color information

#A7A8CD (or 0xA7A8CD) is unknown color: approx Wistful. HEX triplet: A7, A8 and CD. RGB value is (167,168,205). Sum of RGB (Red+Green+Blue) = 167+168+205=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 168 (66.02% from 255 or 31.11% 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 #A7A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8CD is #585732. Grayscale: #ABABAB. Windows color (decimal): -5789491 or 13478055. OLE color: 13478055.

HSL color Cylindrical-coordinate representation of color #A7A8CD: hue angle of 238.42º 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 #A7A8CD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167168205-
CMYK0.190.1800.20
HSL238.42º27.54%72.94%-
HSV(B)238.42º18.54%80.39%-
XYZ40.9640.6363.44-
YUV171.92146.67124.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671682050.190.1800.20238.4227.5472.94
HexA7A8CD1312014ee1c49
Octal247250315232202435634111
Binary101001111010100011001101100111001001010011101110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A8CD; }

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

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

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

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

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

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

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

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