Shades of East Side #A894BF
Tints of East Side #A894BF
RGB
CMYK
RGB Variations
Color information
#A894BF (or 0xA894BF) is known color: East Side. HEX triplet: A8, 94 and BF. RGB value is (168,148,191). Sum of RGB (Red+Green+Blue) = 168+148+191=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #A894BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894BF is #576B40. Grayscale: #9E9E9E. Windows color (decimal): -5729089 or 12555432. OLE color: 12555432.
HSL color Cylindrical-coordinate representation of color #A894BF: hue angle of 267.91º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A894BF is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 148 | 191 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.25 |
| HSL | 267.91º | 0.25% | 0.66% | - |
| HSV(B) | 267.91º | 0.23% | 0.75% | - |
| XYZ | 36.14 | 33.27 | 53.81 | - |
| YUV | 158.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 191 | 0.12 | 0.23 | 0 | 0.25 | 267.91 | 0.25 | 0.66 |
| Hex | A8 | 94 | BF | C | 17 | 0 | 19 | 10C | 19 | 42 |
| Octal | 250 | 224 | 277 | 14 | 27 | 0 | 31 | 414 | 31 | 102 |
| Binary | 10101000 | 10010100 | 10111111 | 1100 | 10111 | 0 | 11001 | 100001100 | 11001 | 1000010 |
Color Harmonies of #A894BF
Complementary color
Monochromatic Colors of #A894BF
Black with #A894BF
Text Example
Text Example
White with #A894BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894BF; }
p { color: rgb(168,148,191); }
H1.HeaderClassName
{
color: #A894BF;
}
.AnyTagClassName
{
color: #A894BF;
}
</style>
background-color css
<style>
a { background-color: #A894BF; }
a { background-color: rgb(168,148,191); }
div.DivClassName
{
background-color: #A894BF;
}
.BgClassName
{
background-color: #A894BF;
}
</style>
border-color css
<style>
span { border-color: #A894BF; }
span { border-color: rgb(168,148,191); }
td.TdClassName
{
border-color: #A894BF;
}
.TagClassName
{
border-color: #A894BF;
}
</style>