Shades of East Side #A592B8
Tints of East Side #A592B8
RGB
CMYK
RGB Variations
Color information
#A592B8 (or 0xA592B8) is known color: East Side. HEX triplet: A5, 92 and B8. RGB value is (165,146,184). Sum of RGB (Red+Green+Blue) = 165+146+184=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 184 - color contains mainly: blue. Hex color #A592B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592B8 is #5A6D47. Grayscale: #9B9B9B. Windows color (decimal): -5926216 or 12096165. OLE color: 12096165.
HSL color Cylindrical-coordinate representation of color #A592B8: hue angle of 270º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A592B8 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 146 | 184 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.28 |
| HSL | 270º | 0.21% | 0.65% | - |
| HSV(B) | 270º | 0.21% | 0.72% | - |
| XYZ | 34.45 | 32.02 | 49.71 | - |
| YUV | 156.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 184 | 0.10 | 0.21 | 0 | 0.28 | 270 | 0.21 | 0.65 |
| Hex | A5 | 92 | B8 | A | 15 | 0 | 1C | 10E | 15 | 41 |
| Octal | 245 | 222 | 270 | 12 | 25 | 0 | 34 | 416 | 25 | 101 |
| Binary | 10100101 | 10010010 | 10111000 | 1010 | 10101 | 0 | 11100 | 100001110 | 10101 | 1000001 |
Color Harmonies of #A592B8
Complementary color
Monochromatic Colors of #A592B8
Black with #A592B8
Text Example
Text Example
White with #A592B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592B8; }
p { color: rgb(165,146,184); }
H1.HeaderClassName
{
color: #A592B8;
}
.AnyTagClassName
{
color: #A592B8;
}
</style>
background-color css
<style>
a { background-color: #A592B8; }
a { background-color: rgb(165,146,184); }
div.DivClassName
{
background-color: #A592B8;
}
.BgClassName
{
background-color: #A592B8;
}
</style>
border-color css
<style>
span { border-color: #A592B8; }
span { border-color: rgb(165,146,184); }
td.TdClassName
{
border-color: #A592B8;
}
.TagClassName
{
border-color: #A592B8;
}
</style>