Shades of East Side #A894BC
Tints of East Side #A894BC
RGB
CMYK
RGB Variations
Color information
#A894BC (or 0xA894BC) is known color: East Side. HEX triplet: A8, 94 and BC. RGB value is (168,148,188). Sum of RGB (Red+Green+Blue) = 168+148+188=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #A894BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894BC is #576B43. Grayscale: #9E9E9E. Windows color (decimal): -5729092 or 12358824. OLE color: 12358824.
HSL color Cylindrical-coordinate representation of color #A894BC: hue angle of 270º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A894BC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 148 | 188 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.26 |
| HSL | 270º | 0.23% | 0.66% | - |
| HSV(B) | 270º | 0.21% | 0.74% | - |
| XYZ | 35.82 | 33.14 | 52.09 | - |
| YUV | 158.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 188 | 0.11 | 0.21 | 0 | 0.26 | 270 | 0.23 | 0.66 |
| Hex | A8 | 94 | BC | B | 15 | 0 | 1A | 10E | 17 | 42 |
| Octal | 250 | 224 | 274 | 13 | 25 | 0 | 32 | 416 | 27 | 102 |
| Binary | 10101000 | 10010100 | 10111100 | 1011 | 10101 | 0 | 11010 | 100001110 | 10111 | 1000010 |
Color Harmonies of #A894BC
Complementary color
Monochromatic Colors of #A894BC
Black with #A894BC
Text Example
Text Example
White with #A894BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894BC; }
p { color: rgb(168,148,188); }
H1.HeaderClassName
{
color: #A894BC;
}
.AnyTagClassName
{
color: #A894BC;
}
</style>
background-color css
<style>
a { background-color: #A894BC; }
a { background-color: rgb(168,148,188); }
div.DivClassName
{
background-color: #A894BC;
}
.BgClassName
{
background-color: #A894BC;
}
</style>
border-color css
<style>
span { border-color: #A894BC; }
span { border-color: rgb(168,148,188); }
td.TdClassName
{
border-color: #A894BC;
}
.TagClassName
{
border-color: #A894BC;
}
</style>