Shades of Nepal #A1B1C1
Tints of Nepal #A1B1C1
RGB
CMYK
RGB Variations
Color information
#A1B1C1 (or 0xA1B1C1) is known color: Nepal. HEX triplet: A1, B1 and C1. RGB value is (161,177,193). Sum of RGB (Red+Green+Blue) = 161+177+193=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #A1B1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B1C1 is #5E4E3E. Grayscale: #ADADAD. Windows color (decimal): -6180415 or 12693921. OLE color: 12693921.
HSL color Cylindrical-coordinate representation of color #A1B1C1: hue angle of 210º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1B1C1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 177 | 193 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.24 |
| HSL | 210º | 0.21% | 0.69% | - |
| HSV(B) | 210º | 0.17% | 0.76% | - |
| XYZ | 40.05 | 42.87 | 56.62 | - |
| YUV | 174.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 193 | 0.17 | 0.08 | 0 | 0.24 | 210 | 0.21 | 0.69 |
| Hex | A1 | B1 | C1 | 11 | 8 | 0 | 18 | D2 | 15 | 45 |
| Octal | 241 | 261 | 301 | 21 | 10 | 0 | 30 | 322 | 25 | 105 |
| Binary | 10100001 | 10110001 | 11000001 | 10001 | 1000 | 0 | 11000 | 11010010 | 10101 | 1000101 |
Color Harmonies of #A1B1C1
Complementary color
Monochromatic Colors of #A1B1C1
Black with #A1B1C1
Text Example
Text Example
White with #A1B1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B1C1; }
p { color: rgb(161,177,193); }
H1.HeaderClassName
{
color: #A1B1C1;
}
.AnyTagClassName
{
color: #A1B1C1;
}
</style>
background-color css
<style>
a { background-color: #A1B1C1; }
a { background-color: rgb(161,177,193); }
div.DivClassName
{
background-color: #A1B1C1;
}
.BgClassName
{
background-color: #A1B1C1;
}
</style>
border-color css
<style>
span { border-color: #A1B1C1; }
span { border-color: rgb(161,177,193); }
td.TdClassName
{
border-color: #A1B1C1;
}
.TagClassName
{
border-color: #A1B1C1;
}
</style>