Shades of East Side #A592B0
Tints of East Side #A592B0
RGB
CMYK
RGB Variations
Color information
#A592B0 (or 0xA592B0) is known color: East Side. HEX triplet: A5, 92 and B0. RGB value is (165,146,176). Sum of RGB (Red+Green+Blue) = 165+146+176=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 176 - color contains mainly: blue. Hex color #A592B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A592B0 is #5A6D4F. Grayscale: #9B9B9B. Windows color (decimal): -5926224 or 11571877. OLE color: 11571877.
HSL color Cylindrical-coordinate representation of color #A592B0: hue angle of 278º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A592B0 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 146 | 176 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.31 |
| HSL | 278º | 0.16% | 0.63% | - |
| HSV(B) | 278º | 0.17% | 0.69% | - |
| XYZ | 33.63 | 31.69 | 45.42 | - |
| YUV | 155.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 176 | 0.06 | 0.17 | 0 | 0.31 | 278 | 0.16 | 0.63 |
| Hex | A5 | 92 | B0 | 6 | 11 | 0 | 1F | 116 | 10 | 3F |
| Octal | 245 | 222 | 260 | 6 | 21 | 0 | 37 | 426 | 20 | 77 |
| Binary | 10100101 | 10010010 | 10110000 | 110 | 10001 | 0 | 11111 | 100010110 | 10000 | 111111 |
Color Harmonies of #A592B0
Complementary color
Monochromatic Colors of #A592B0
Black with #A592B0
Text Example
Text Example
White with #A592B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592B0; }
p { color: rgb(165,146,176); }
H1.HeaderClassName
{
color: #A592B0;
}
.AnyTagClassName
{
color: #A592B0;
}
</style>
background-color css
<style>
a { background-color: #A592B0; }
a { background-color: rgb(165,146,176); }
div.DivClassName
{
background-color: #A592B0;
}
.BgClassName
{
background-color: #A592B0;
}
</style>
border-color css
<style>
span { border-color: #A592B0; }
span { border-color: rgb(165,146,176); }
td.TdClassName
{
border-color: #A592B0;
}
.TagClassName
{
border-color: #A592B0;
}
</style>