Shades of Heather #A5B5C2
Tints of Heather #A5B5C2
RGB
CMYK
RGB Variations
Color information
#A5B5C2 (or 0xA5B5C2) is known color: Heather. HEX triplet: A5, B5 and C2. RGB value is (165,181,194). Sum of RGB (Red+Green+Blue) = 165+181+194=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 194 - color contains mainly: blue. Hex color #A5B5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B5C2 is #5A4A3D. Grayscale: #B1B1B1. Windows color (decimal): -5917246 or 12760485. OLE color: 12760485.
HSL color Cylindrical-coordinate representation of color #A5B5C2: hue angle of 206.9º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5B5C2 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 181 | 194 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.24 |
| HSL | 206.9º | 0.19% | 0.7% | - |
| HSV(B) | 206.9º | 0.15% | 0.76% | - |
| XYZ | 41.78 | 44.94 | 57.51 | - |
| YUV | 177.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 194 | 0.15 | 0.07 | 0 | 0.24 | 206.9 | 0.19 | 0.7 |
| Hex | A5 | B5 | C2 | F | 7 | 0 | 18 | CF | 13 | 46 |
| Octal | 245 | 265 | 302 | 17 | 7 | 0 | 30 | 317 | 23 | 106 |
| Binary | 10100101 | 10110101 | 11000010 | 1111 | 111 | 0 | 11000 | 11001111 | 10011 | 1000110 |
Color Harmonies of #A5B5C2
Complementary color
Monochromatic Colors of #A5B5C2
Black with #A5B5C2
Text Example
Text Example
White with #A5B5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B5C2; }
p { color: rgb(165,181,194); }
H1.HeaderClassName
{
color: #A5B5C2;
}
.AnyTagClassName
{
color: #A5B5C2;
}
</style>
background-color css
<style>
a { background-color: #A5B5C2; }
a { background-color: rgb(165,181,194); }
div.DivClassName
{
background-color: #A5B5C2;
}
.BgClassName
{
background-color: #A5B5C2;
}
</style>
border-color css
<style>
span { border-color: #A5B5C2; }
span { border-color: rgb(165,181,194); }
td.TdClassName
{
border-color: #A5B5C2;
}
.TagClassName
{
border-color: #A5B5C2;
}
</style>