Shades of East Side #A892BF
Tints of East Side #A892BF
RGB
CMYK
RGB Variations
Color information
#A892BF (or 0xA892BF) is known color: East Side. HEX triplet: A8, 92 and BF. RGB value is (168,146,191). Sum of RGB (Red+Green+Blue) = 168+146+191=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #A892BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892BF is #576D40. Grayscale: #9D9D9D. Windows color (decimal): -5729601 or 12554920. OLE color: 12554920.
HSL color Cylindrical-coordinate representation of color #A892BF: hue angle of 269.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A892BF is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 146 | 191 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.25 |
| HSL | 269.33º | 0.26% | 0.66% | - |
| HSV(B) | 269.33º | 0.24% | 0.75% | - |
| XYZ | 35.83 | 32.64 | 53.7 | - |
| YUV | 157.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 191 | 0.12 | 0.24 | 0 | 0.25 | 269.33 | 0.26 | 0.66 |
| Hex | A8 | 92 | BF | C | 18 | 0 | 19 | 10D | 1A | 42 |
| Octal | 250 | 222 | 277 | 14 | 30 | 0 | 31 | 415 | 32 | 102 |
| Binary | 10101000 | 10010010 | 10111111 | 1100 | 11000 | 0 | 11001 | 100001101 | 11010 | 1000010 |
Color Harmonies of #A892BF
Complementary color
Monochromatic Colors of #A892BF
Black with #A892BF
Text Example
Text Example
White with #A892BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892BF; }
p { color: rgb(168,146,191); }
H1.HeaderClassName
{
color: #A892BF;
}
.AnyTagClassName
{
color: #A892BF;
}
</style>
background-color css
<style>
a { background-color: #A892BF; }
a { background-color: rgb(168,146,191); }
div.DivClassName
{
background-color: #A892BF;
}
.BgClassName
{
background-color: #A892BF;
}
</style>
border-color css
<style>
span { border-color: #A892BF; }
span { border-color: rgb(168,146,191); }
td.TdClassName
{
border-color: #A892BF;
}
.TagClassName
{
border-color: #A892BF;
}
</style>