Shades of Echo Blue #A8ABCA
Tints of Echo Blue #A8ABCA
RGB
CMYK
RGB Variations
Color information
#A8ABCA (or 0xA8ABCA) is known color: Echo Blue. HEX triplet: A8, AB and CA. RGB value is (168,171,202). Sum of RGB (Red+Green+Blue) = 168+171+202=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABCA is #575435. Grayscale: #ADADAD. Windows color (decimal): -5723190 or 13282216. OLE color: 13282216.
HSL color Cylindrical-coordinate representation of color #A8ABCA: hue angle of 234.71º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8ABCA is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 171 | 202 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.21 |
| HSL | 234.71º | 0.24% | 0.73% | - |
| HSV(B) | 234.71º | 0.17% | 0.79% | - |
| XYZ | 41.37 | 41.71 | 61.75 | - |
| YUV | 173.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 202 | 0.17 | 0.15 | 0 | 0.21 | 234.71 | 0.24 | 0.73 |
| Hex | A8 | AB | CA | 11 | F | 0 | 15 | EB | 18 | 49 |
| Octal | 250 | 253 | 312 | 21 | 17 | 0 | 25 | 353 | 30 | 111 |
| Binary | 10101000 | 10101011 | 11001010 | 10001 | 1111 | 0 | 10101 | 11101011 | 11000 | 1001001 |
Color Harmonies of #A8ABCA
Complementary color
Monochromatic Colors of #A8ABCA
Black with #A8ABCA
Text Example
Text Example
White with #A8ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABCA; }
p { color: rgb(168,171,202); }
H1.HeaderClassName
{
color: #A8ABCA;
}
.AnyTagClassName
{
color: #A8ABCA;
}
</style>
background-color css
<style>
a { background-color: #A8ABCA; }
a { background-color: rgb(168,171,202); }
div.DivClassName
{
background-color: #A8ABCA;
}
.BgClassName
{
background-color: #A8ABCA;
}
</style>
border-color css
<style>
span { border-color: #A8ABCA; }
span { border-color: rgb(168,171,202); }
td.TdClassName
{
border-color: #A8ABCA;
}
.TagClassName
{
border-color: #A8ABCA;
}
</style>