Shades of Echo Blue #A0ACCA
Tints of Echo Blue #A0ACCA
RGB
CMYK
RGB Variations
Color information
#A0ACCA (or 0xA0ACCA) is known color: Echo Blue. HEX triplet: A0, AC and CA. RGB value is (160,172,202). Sum of RGB (Red+Green+Blue) = 160+172+202=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACCA is #5F5335. Grayscale: #ABABAB. Windows color (decimal): -6247222 or 13282464. OLE color: 13282464.
HSL color Cylindrical-coordinate representation of color #A0ACCA: hue angle of 222.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0ACCA is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 172 | 202 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.21 |
| HSL | 222.86º | 0.28% | 0.71% | - |
| HSV(B) | 222.86º | 0.21% | 0.79% | - |
| XYZ | 39.91 | 41.24 | 61.73 | - |
| YUV | 171.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 202 | 0.21 | 0.15 | 0 | 0.21 | 222.86 | 0.28 | 0.71 |
| Hex | A0 | AC | CA | 15 | F | 0 | 15 | DF | 1C | 47 |
| Octal | 240 | 254 | 312 | 25 | 17 | 0 | 25 | 337 | 34 | 107 |
| Binary | 10100000 | 10101100 | 11001010 | 10101 | 1111 | 0 | 10101 | 11011111 | 11100 | 1000111 |
Color Harmonies of #A0ACCA
Complementary color
Monochromatic Colors of #A0ACCA
Black with #A0ACCA
Text Example
Text Example
White with #A0ACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACCA; }
p { color: rgb(160,172,202); }
H1.HeaderClassName
{
color: #A0ACCA;
}
.AnyTagClassName
{
color: #A0ACCA;
}
</style>
background-color css
<style>
a { background-color: #A0ACCA; }
a { background-color: rgb(160,172,202); }
div.DivClassName
{
background-color: #A0ACCA;
}
.BgClassName
{
background-color: #A0ACCA;
}
</style>
border-color css
<style>
span { border-color: #A0ACCA; }
span { border-color: rgb(160,172,202); }
td.TdClassName
{
border-color: #A0ACCA;
}
.TagClassName
{
border-color: #A0ACCA;
}
</style>