Shades of Echo Blue #A3B4DC
Tints of Echo Blue #A3B4DC
RGB
CMYK
RGB Variations
Color information
#A3B4DC (or 0xA3B4DC) is known color: Echo Blue. HEX triplet: A3, B4 and DC. RGB value is (163,180,220). Sum of RGB (Red+Green+Blue) = 163+180+220=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3B4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B4DC is #5C4B23. Grayscale: #B3B3B3. Windows color (decimal): -6048548 or 14464163. OLE color: 14464163.
HSL color Cylindrical-coordinate representation of color #A3B4DC: hue angle of 222.11º degrees, saturation: 0.45, 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 #A3B4DC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 180 | 220 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.14 |
| HSL | 222.11º | 0.45% | 0.75% | - |
| HSV(B) | 222.11º | 0.26% | 0.86% | - |
| XYZ | 44.34 | 45.6 | 74.17 | - |
| YUV | 179.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 220 | 0.26 | 0.18 | 0 | 0.14 | 222.11 | 0.45 | 0.75 |
| Hex | A3 | B4 | DC | 1A | 12 | 0 | E | DE | 2D | 4B |
| Octal | 243 | 264 | 334 | 32 | 22 | 0 | 16 | 336 | 55 | 113 |
| Binary | 10100011 | 10110100 | 11011100 | 11010 | 10010 | 0 | 1110 | 11011110 | 101101 | 1001011 |
Color Harmonies of #A3B4DC
Complementary color
Monochromatic Colors of #A3B4DC
Black with #A3B4DC
Text Example
Text Example
White with #A3B4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B4DC; }
p { color: rgb(163,180,220); }
H1.HeaderClassName
{
color: #A3B4DC;
}
.AnyTagClassName
{
color: #A3B4DC;
}
</style>
background-color css
<style>
a { background-color: #A3B4DC; }
a { background-color: rgb(163,180,220); }
div.DivClassName
{
background-color: #A3B4DC;
}
.BgClassName
{
background-color: #A3B4DC;
}
</style>
border-color css
<style>
span { border-color: #A3B4DC; }
span { border-color: rgb(163,180,220); }
td.TdClassName
{
border-color: #A3B4DC;
}
.TagClassName
{
border-color: #A3B4DC;
}
</style>