Shades of East Side #AF87C7
Tints of East Side #AF87C7
RGB
CMYK
RGB Variations
Color information
#AF87C7 (or 0xAF87C7) is known color: East Side. HEX triplet: AF, 87 and C7. RGB value is (175,135,199). Sum of RGB (Red+Green+Blue) = 175+135+199=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF87C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87C7 is #507838. Grayscale: #9A9A9A. Windows color (decimal): -5273657 or 13076399. OLE color: 13076399.
HSL color Cylindrical-coordinate representation of color #AF87C7: hue angle of 277.5º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF87C7 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 135 | 199 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.22 |
| HSL | 277.5º | 0.36% | 0.65% | - |
| HSV(B) | 277.5º | 0.32% | 0.78% | - |
| XYZ | 36.65 | 30.57 | 58 | - |
| YUV | 154.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 199 | 0.12 | 0.32 | 0 | 0.22 | 277.5 | 0.36 | 0.65 |
| Hex | AF | 87 | C7 | C | 20 | 0 | 16 | 116 | 24 | 41 |
| Octal | 257 | 207 | 307 | 14 | 40 | 0 | 26 | 426 | 44 | 101 |
| Binary | 10101111 | 10000111 | 11000111 | 1100 | 100000 | 0 | 10110 | 100010110 | 100100 | 1000001 |
Color Harmonies of #AF87C7
Complementary color
Monochromatic Colors of #AF87C7
Black with #AF87C7
Text Example
Text Example
White with #AF87C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF87C7; }
p { color: rgb(175,135,199); }
H1.HeaderClassName
{
color: #AF87C7;
}
.AnyTagClassName
{
color: #AF87C7;
}
</style>
background-color css
<style>
a { background-color: #AF87C7; }
a { background-color: rgb(175,135,199); }
div.DivClassName
{
background-color: #AF87C7;
}
.BgClassName
{
background-color: #AF87C7;
}
</style>
border-color css
<style>
span { border-color: #AF87C7; }
span { border-color: rgb(175,135,199); }
td.TdClassName
{
border-color: #AF87C7;
}
.TagClassName
{
border-color: #AF87C7;
}
</style>