#A1A0CB

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

Shades of Wistful #A1A0CB

Tints of Wistful #A1A0CB

Color information

#A1A0CB (or 0xA1A0CB) is unknown color: approx Wistful. HEX triplet: A1, A0 and CB. RGB value is (161,160,203). Sum of RGB (Red+Green+Blue) = 161+160+203=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A0CB is #5E5F34. Grayscale: #A5A5A5. Windows color (decimal): -6184757 or 13344929. OLE color: 13344929.

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

Color convert

RGB161160203-
CMYK0.210.2100.20
HSL241.4º29.25%71.18%-
HSV(B)241.4º21.18%79.61%-
XYZ38.0537.0361.64-
YUV165.2149.33125-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 160 (62.89% from 255) = 30.53%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=30.73%
G=30.53%
B=38.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611602030.210.2100.20241.429.2571.18
HexA1A0CB1515014f11d47
Octal241240313252502436135107
Binary101000011010000011001011101011010101010011110001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A0CB; }

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

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

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

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

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

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

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

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