Shades of Echo Blue #A3AFDB
Tints of Echo Blue #A3AFDB
RGB
CMYK
RGB Variations
Color information
#A3AFDB (or 0xA3AFDB) is known color: Echo Blue. HEX triplet: A3, AF and DB. RGB value is (163,175,219). Sum of RGB (Red+Green+Blue) = 163+175+219=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AFDB is #5C5024. Grayscale: #B0B0B0. Windows color (decimal): -6049829 or 14397347. OLE color: 14397347.
HSL color Cylindrical-coordinate representation of color #A3AFDB: hue angle of 227.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3AFDB is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 163 | 175 | 219 | - |
CMYK | 0.26 | 0.20 | 0 | 0.14 |
HSL | 227.14º | 0.44% | 0.75% | - |
HSV(B) | 227.14º | 0.26% | 0.86% | - |
XYZ | 43.22 | 43.56 | 73.15 | - |
YUV | 176.43 | 152.02 | 118.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 175 | 219 | 0.26 | 0.20 | 0 | 0.14 | 227.14 | 0.44 | 0.75 |
Hex | A3 | AF | DB | 1A | 14 | 0 | E | E3 | 2C | 4B |
Octal | 243 | 257 | 333 | 32 | 24 | 0 | 16 | 343 | 54 | 113 |
Binary | 10100011 | 10101111 | 11011011 | 11010 | 10100 | 0 | 1110 | 11100011 | 101100 | 1001011 |
Color Harmonies of #A3AFDB
Complementary color
Monochromatic Colors of #A3AFDB
Black with #A3AFDB
Text Example
Text Example
White with #A3AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFDB; }
p { color: rgb(163,175,219); }
H1.HeaderClassName
{
color: #A3AFDB;
}
.AnyTagClassName
{
color: #A3AFDB;
}
</style>
background-color css
<style>
a { background-color: #A3AFDB; }
a { background-color: rgb(163,175,219); }
div.DivClassName
{
background-color: #A3AFDB;
}
.BgClassName
{
background-color: #A3AFDB;
}
</style>
border-color css
<style>
span { border-color: #A3AFDB; }
span { border-color: rgb(163,175,219); }
td.TdClassName
{
border-color: #A3AFDB;
}
.TagClassName
{
border-color: #A3AFDB;
}
</style>