Shades of Echo Blue #A3A8CF
Tints of Echo Blue #A3A8CF
RGB
CMYK
RGB Variations
Color information
#A3A8CF (or 0xA3A8CF) is known color: Echo Blue. HEX triplet: A3, A8 and CF. RGB value is (163,168,207). Sum of RGB (Red+Green+Blue) = 163+168+207=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A8CF is #5C5730. Grayscale: #AAAAAA. Windows color (decimal): -6051633 or 13609123. OLE color: 13609123.
HSL color Cylindrical-coordinate representation of color #A3A8CF: hue angle of 233.18º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3A8CF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 168 | 207 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.19 |
| HSL | 233.18º | 0.31% | 0.73% | - |
| HSV(B) | 233.18º | 0.21% | 0.81% | - |
| XYZ | 40.37 | 40.3 | 64.68 | - |
| YUV | 170.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 207 | 0.21 | 0.19 | 0 | 0.19 | 233.18 | 0.31 | 0.73 |
| Hex | A3 | A8 | CF | 15 | 13 | 0 | 13 | E9 | 1F | 49 |
| Octal | 243 | 250 | 317 | 25 | 23 | 0 | 23 | 351 | 37 | 111 |
| Binary | 10100011 | 10101000 | 11001111 | 10101 | 10011 | 0 | 10011 | 11101001 | 11111 | 1001001 |
Color Harmonies of #A3A8CF
Complementary color
Monochromatic Colors of #A3A8CF
Black with #A3A8CF
Text Example
Text Example
White with #A3A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A8CF; }
p { color: rgb(163,168,207); }
H1.HeaderClassName
{
color: #A3A8CF;
}
.AnyTagClassName
{
color: #A3A8CF;
}
</style>
background-color css
<style>
a { background-color: #A3A8CF; }
a { background-color: rgb(163,168,207); }
div.DivClassName
{
background-color: #A3A8CF;
}
.BgClassName
{
background-color: #A3A8CF;
}
</style>
border-color css
<style>
span { border-color: #A3A8CF; }
span { border-color: rgb(163,168,207); }
td.TdClassName
{
border-color: #A3A8CF;
}
.TagClassName
{
border-color: #A3A8CF;
}
</style>