Shades of East Side #A575B7
Tints of East Side #A575B7
RGB
CMYK
RGB Variations
Color information
#A575B7 (or 0xA575B7) is known color: East Side. HEX triplet: A5, 75 and B7. RGB value is (165,117,183). Sum of RGB (Red+Green+Blue) = 165+117+183=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #A575B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575B7 is #5A8A48. Grayscale: #8A8A8A. Windows color (decimal): -5933641 or 12023205. OLE color: 12023205.
HSL color Cylindrical-coordinate representation of color #A575B7: hue angle of 283.64º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A575B7 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 117 | 183 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.28 |
| HSL | 283.64º | 0.31% | 0.59% | - |
| HSV(B) | 283.64º | 0.36% | 0.72% | - |
| XYZ | 30.43 | 24.14 | 47.86 | - |
| YUV | 138.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 183 | 0.10 | 0.36 | 0 | 0.28 | 283.64 | 0.31 | 0.59 |
| Hex | A5 | 75 | B7 | A | 24 | 0 | 1C | 11C | 1F | 3B |
| Octal | 245 | 165 | 267 | 12 | 44 | 0 | 34 | 434 | 37 | 73 |
| Binary | 10100101 | 1110101 | 10110111 | 1010 | 100100 | 0 | 11100 | 100011100 | 11111 | 111011 |
Color Harmonies of #A575B7
Complementary color
Monochromatic Colors of #A575B7
Black with #A575B7
Text Example
Text Example
White with #A575B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575B7; }
p { color: rgb(165,117,183); }
H1.HeaderClassName
{
color: #A575B7;
}
.AnyTagClassName
{
color: #A575B7;
}
</style>
background-color css
<style>
a { background-color: #A575B7; }
a { background-color: rgb(165,117,183); }
div.DivClassName
{
background-color: #A575B7;
}
.BgClassName
{
background-color: #A575B7;
}
</style>
border-color css
<style>
span { border-color: #A575B7; }
span { border-color: rgb(165,117,183); }
td.TdClassName
{
border-color: #A575B7;
}
.TagClassName
{
border-color: #A575B7;
}
</style>