#A6A1CB

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

Shades of Wistful #A6A1CB

Tints of Wistful #A6A1CB

Color information

#A6A1CB (or 0xA6A1CB) is unknown color: approx Wistful. HEX triplet: A6, A1 and CB. RGB value is (166,161,203). Sum of RGB (Red+Green+Blue) = 166+161+203=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A1CB is #595E34. Grayscale: #A7A7A7. Windows color (decimal): -5856821 or 13345190. OLE color: 13345190.

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

Color convert

RGB166161203-
CMYK0.180.2100.20
HSL247.14º28.77%71.37%-
HSV(B)247.14º20.69%79.61%-
XYZ39.2537.9161.75-
YUV167.28148.16127.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=31.32%
G=30.38%
B=38.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661612030.180.2100.20247.1428.7771.37
HexA6A1CB1215014f71d47
Octal246241313222502436735107
Binary101001101010000111001011100101010101010011110111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A1CB; }

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

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

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

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

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

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

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

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