Shades of East Side #AF87D0
Tints of East Side #AF87D0
RGB
CMYK
RGB Variations
Color information
#AF87D0 (or 0xAF87D0) is known color: East Side. HEX triplet: AF, 87 and D0. RGB value is (175,135,208). Sum of RGB (Red+Green+Blue) = 175+135+208=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF87D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87D0 is #50782F. Grayscale: #9B9B9B. Windows color (decimal): -5273648 or 13666223. OLE color: 13666223.
HSL color Cylindrical-coordinate representation of color #AF87D0: hue angle of 272.88º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF87D0 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 135 | 208 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.18 |
| HSL | 272.88º | 0.44% | 0.67% | - |
| HSV(B) | 272.88º | 0.35% | 0.82% | - |
| XYZ | 37.73 | 31 | 63.67 | - |
| YUV | 155.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 208 | 0.16 | 0.35 | 0 | 0.18 | 272.88 | 0.44 | 0.67 |
| Hex | AF | 87 | D0 | 10 | 23 | 0 | 12 | 111 | 2C | 43 |
| Octal | 257 | 207 | 320 | 20 | 43 | 0 | 22 | 421 | 54 | 103 |
| Binary | 10101111 | 10000111 | 11010000 | 10000 | 100011 | 0 | 10010 | 100010001 | 101100 | 1000011 |
Color Harmonies of #AF87D0
Complementary color
Monochromatic Colors of #AF87D0
Black with #AF87D0
Text Example
Text Example
White with #AF87D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF87D0; }
p { color: rgb(175,135,208); }
H1.HeaderClassName
{
color: #AF87D0;
}
.AnyTagClassName
{
color: #AF87D0;
}
</style>
background-color css
<style>
a { background-color: #AF87D0; }
a { background-color: rgb(175,135,208); }
div.DivClassName
{
background-color: #AF87D0;
}
.BgClassName
{
background-color: #AF87D0;
}
</style>
border-color css
<style>
span { border-color: #AF87D0; }
span { border-color: rgb(175,135,208); }
td.TdClassName
{
border-color: #AF87D0;
}
.TagClassName
{
border-color: #AF87D0;
}
</style>