Shades of East Side #A792BD
Tints of East Side #A792BD
RGB
CMYK
RGB Variations
Color information
#A792BD (or 0xA792BD) is known color: East Side. HEX triplet: A7, 92 and BD. RGB value is (167,146,189). Sum of RGB (Red+Green+Blue) = 167+146+189=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #A792BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A792BD is #586D42. Grayscale: #9D9D9D. Windows color (decimal): -5795139 or 12423847. OLE color: 12423847.
HSL color Cylindrical-coordinate representation of color #A792BD: hue angle of 269.3º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A792BD is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 146 | 189 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.26 |
| HSL | 269.3º | 0.25% | 0.66% | - |
| HSV(B) | 269.3º | 0.23% | 0.74% | - |
| XYZ | 35.4 | 32.45 | 52.54 | - |
| YUV | 157.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 146 | 189 | 0.12 | 0.23 | 0 | 0.26 | 269.3 | 0.25 | 0.66 |
| Hex | A7 | 92 | BD | C | 17 | 0 | 1A | 10D | 19 | 42 |
| Octal | 247 | 222 | 275 | 14 | 27 | 0 | 32 | 415 | 31 | 102 |
| Binary | 10100111 | 10010010 | 10111101 | 1100 | 10111 | 0 | 11010 | 100001101 | 11001 | 1000010 |
Color Harmonies of #A792BD
Complementary color
Monochromatic Colors of #A792BD
Black with #A792BD
Text Example
Text Example
White with #A792BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A792BD; }
p { color: rgb(167,146,189); }
H1.HeaderClassName
{
color: #A792BD;
}
.AnyTagClassName
{
color: #A792BD;
}
</style>
background-color css
<style>
a { background-color: #A792BD; }
a { background-color: rgb(167,146,189); }
div.DivClassName
{
background-color: #A792BD;
}
.BgClassName
{
background-color: #A792BD;
}
</style>
border-color css
<style>
span { border-color: #A792BD; }
span { border-color: rgb(167,146,189); }
td.TdClassName
{
border-color: #A792BD;
}
.TagClassName
{
border-color: #A792BD;
}
</style>