Shades of Heather #A2B5C1
Tints of Heather #A2B5C1
RGB
CMYK
RGB Variations
Color information
#A2B5C1 (or 0xA2B5C1) is known color: Heather. HEX triplet: A2, B5 and C1. RGB value is (162,181,193). Sum of RGB (Red+Green+Blue) = 162+181+193=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #A2B5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B5C1 is #5D4A3E. Grayscale: #B0B0B0. Windows color (decimal): -6113855 or 12694946. OLE color: 12694946.
HSL color Cylindrical-coordinate representation of color #A2B5C1: hue angle of 203.23º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2B5C1 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 181 | 193 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.24 |
| HSL | 203.23º | 0.2% | 0.7% | - |
| HSV(B) | 203.23º | 0.16% | 0.76% | - |
| XYZ | 41.05 | 44.58 | 56.89 | - |
| YUV | 176.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 193 | 0.16 | 0.06 | 0 | 0.24 | 203.23 | 0.2 | 0.7 |
| Hex | A2 | B5 | C1 | 10 | 6 | 0 | 18 | CB | 14 | 46 |
| Octal | 242 | 265 | 301 | 20 | 6 | 0 | 30 | 313 | 24 | 106 |
| Binary | 10100010 | 10110101 | 11000001 | 10000 | 110 | 0 | 11000 | 11001011 | 10100 | 1000110 |
Color Harmonies of #A2B5C1
Complementary color
Monochromatic Colors of #A2B5C1
Black with #A2B5C1
Text Example
Text Example
White with #A2B5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B5C1; }
p { color: rgb(162,181,193); }
H1.HeaderClassName
{
color: #A2B5C1;
}
.AnyTagClassName
{
color: #A2B5C1;
}
</style>
background-color css
<style>
a { background-color: #A2B5C1; }
a { background-color: rgb(162,181,193); }
div.DivClassName
{
background-color: #A2B5C1;
}
.BgClassName
{
background-color: #A2B5C1;
}
</style>
border-color css
<style>
span { border-color: #A2B5C1; }
span { border-color: rgb(162,181,193); }
td.TdClassName
{
border-color: #A2B5C1;
}
.TagClassName
{
border-color: #A2B5C1;
}
</style>