Shades of East Side #AF87C5
Tints of East Side #AF87C5
RGB
CMYK
RGB Variations
Color information
#AF87C5 (or 0xAF87C5) is known color: East Side. HEX triplet: AF, 87 and C5. RGB value is (175,135,197). Sum of RGB (Red+Green+Blue) = 175+135+197=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF87C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87C5 is #50783A. Grayscale: #999999. Windows color (decimal): -5273659 or 12945327. OLE color: 12945327.
HSL color Cylindrical-coordinate representation of color #AF87C5: hue angle of 278.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF87C5 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 135 | 197 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.23 |
| HSL | 278.71º | 0.35% | 0.65% | - |
| HSV(B) | 278.71º | 0.31% | 0.77% | - |
| XYZ | 36.42 | 30.47 | 56.79 | - |
| YUV | 154.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 197 | 0.11 | 0.31 | 0 | 0.23 | 278.71 | 0.35 | 0.65 |
| Hex | AF | 87 | C5 | B | 1F | 0 | 17 | 117 | 23 | 41 |
| Octal | 257 | 207 | 305 | 13 | 37 | 0 | 27 | 427 | 43 | 101 |
| Binary | 10101111 | 10000111 | 11000101 | 1011 | 11111 | 0 | 10111 | 100010111 | 100011 | 1000001 |
Color Harmonies of #AF87C5
Complementary color
Monochromatic Colors of #AF87C5
Black with #AF87C5
Text Example
Text Example
White with #AF87C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF87C5; }
p { color: rgb(175,135,197); }
H1.HeaderClassName
{
color: #AF87C5;
}
.AnyTagClassName
{
color: #AF87C5;
}
</style>
background-color css
<style>
a { background-color: #AF87C5; }
a { background-color: rgb(175,135,197); }
div.DivClassName
{
background-color: #AF87C5;
}
.BgClassName
{
background-color: #AF87C5;
}
</style>
border-color css
<style>
span { border-color: #AF87C5; }
span { border-color: rgb(175,135,197); }
td.TdClassName
{
border-color: #AF87C5;
}
.TagClassName
{
border-color: #AF87C5;
}
</style>