Shades of East Side #AF85B7
Tints of East Side #AF85B7
RGB
CMYK
RGB Variations
Color information
#AF85B7 (or 0xAF85B7) is known color: East Side. HEX triplet: AF, 85 and B7. RGB value is (175,133,183). Sum of RGB (Red+Green+Blue) = 175+133+183=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF85B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85B7 is #507A48. Grayscale: #979797. Windows color (decimal): -5274185 or 12027311. OLE color: 12027311.
HSL color Cylindrical-coordinate representation of color #AF85B7: hue angle of 290.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF85B7 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 133 | 183 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.28 |
| HSL | 290.4º | 0.26% | 0.62% | - |
| HSV(B) | 290.4º | 0.27% | 0.72% | - |
| XYZ | 34.61 | 29.31 | 48.63 | - |
| YUV | 151.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 183 | 0.04 | 0.27 | 0 | 0.28 | 290.4 | 0.26 | 0.62 |
| Hex | AF | 85 | B7 | 4 | 1B | 0 | 1C | 122 | 1A | 3E |
| Octal | 257 | 205 | 267 | 4 | 33 | 0 | 34 | 442 | 32 | 76 |
| Binary | 10101111 | 10000101 | 10110111 | 100 | 11011 | 0 | 11100 | 100100010 | 11010 | 111110 |
Color Harmonies of #AF85B7
Complementary color
Monochromatic Colors of #AF85B7
Black with #AF85B7
Text Example
Text Example
White with #AF85B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85B7; }
p { color: rgb(175,133,183); }
H1.HeaderClassName
{
color: #AF85B7;
}
.AnyTagClassName
{
color: #AF85B7;
}
</style>
background-color css
<style>
a { background-color: #AF85B7; }
a { background-color: rgb(175,133,183); }
div.DivClassName
{
background-color: #AF85B7;
}
.BgClassName
{
background-color: #AF85B7;
}
</style>
border-color css
<style>
span { border-color: #AF85B7; }
span { border-color: rgb(175,133,183); }
td.TdClassName
{
border-color: #AF85B7;
}
.TagClassName
{
border-color: #AF85B7;
}
</style>