#A6A8CB

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

Shades of Wistful #A6A8CB

Tints of Wistful #A6A8CB

Color information

#A6A8CB (or 0xA6A8CB) is unknown color: approx Wistful. HEX triplet: A6, A8 and CB. RGB value is (166,168,203). Sum of RGB (Red+Green+Blue) = 166+168+203=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6A8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8CB is #595734. Grayscale: #ABABAB. Windows color (decimal): -5855029 or 13346982. OLE color: 13346982.

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

Color convert

RGB166168203-
CMYK0.180.1700.20
HSL236.76º26.24%72.35%-
HSV(B)236.76º18.23%79.61%-
XYZ40.5140.4262.17-
YUV171.39145.84124.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 168 (66.02% from 255) = 31.28%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=30.91%
G=31.28%
B=37.80%

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
Decimal1661682030.180.1700.20236.7626.2472.35
HexA6A8CB1211014ed1a48
Octal246250313222102435532110
Binary101001101010100011001011100101000101010011101101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A8CB; }

 p { color: rgb(166,168,203); }

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

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

 a { background-color: rgb(166,168,203); }

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

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

 span { border-color: rgb(166,168,203); }

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