#A9A7CB

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

Shades of Wistful #A9A7CB

Tints of Wistful #A9A7CB

Color information

#A9A7CB (or 0xA9A7CB) is unknown color: approx Wistful. HEX triplet: A9, A7 and CB. RGB value is (169,167,203). Sum of RGB (Red+Green+Blue) = 169+167+203=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A7CB is #565834. Grayscale: #ABABAB. Windows color (decimal): -5658677 or 13346729. OLE color: 13346729.

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

Color convert

RGB169167203-
CMYK0.170.1800.20
HSL243.33º25.71%72.55%-
HSV(B)243.33º17.73%79.61%-
XYZ40.9640.3862.14-
YUV171.7145.66126.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=31.35%
G=30.98%
B=37.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691672030.170.1800.20243.3325.7172.55
HexA9A7CB1112014f31a49
Octal251247313212202436332111
Binary101010011010011111001011100011001001010011110011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A7CB; }

 p { color: rgb(169,167,203); }

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

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

 a { background-color: rgb(169,167,203); }

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

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

 span { border-color: rgb(169,167,203); }

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