Shades of East Side #AF84D0
Tints of East Side #AF84D0
RGB
CMYK
RGB Variations
Color information
#AF84D0 (or 0xAF84D0) is known color: East Side. HEX triplet: AF, 84 and D0. RGB value is (175,132,208). Sum of RGB (Red+Green+Blue) = 175+132+208=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF84D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84D0 is #507B2F. Grayscale: #999999. Windows color (decimal): -5274416 or 13665455. OLE color: 13665455.
HSL color Cylindrical-coordinate representation of color #AF84D0: hue angle of 273.95º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF84D0 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 132 | 208 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.18 |
| HSL | 273.95º | 0.45% | 0.67% | - |
| HSV(B) | 273.95º | 0.37% | 0.82% | - |
| XYZ | 37.32 | 30.17 | 63.53 | - |
| YUV | 153.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 208 | 0.16 | 0.37 | 0 | 0.18 | 273.95 | 0.45 | 0.67 |
| Hex | AF | 84 | D0 | 10 | 25 | 0 | 12 | 112 | 2D | 43 |
| Octal | 257 | 204 | 320 | 20 | 45 | 0 | 22 | 422 | 55 | 103 |
| Binary | 10101111 | 10000100 | 11010000 | 10000 | 100101 | 0 | 10010 | 100010010 | 101101 | 1000011 |
Color Harmonies of #AF84D0
Complementary color
Monochromatic Colors of #AF84D0
Black with #AF84D0
Text Example
Text Example
White with #AF84D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84D0; }
p { color: rgb(175,132,208); }
H1.HeaderClassName
{
color: #AF84D0;
}
.AnyTagClassName
{
color: #AF84D0;
}
</style>
background-color css
<style>
a { background-color: #AF84D0; }
a { background-color: rgb(175,132,208); }
div.DivClassName
{
background-color: #AF84D0;
}
.BgClassName
{
background-color: #AF84D0;
}
</style>
border-color css
<style>
span { border-color: #AF84D0; }
span { border-color: rgb(175,132,208); }
td.TdClassName
{
border-color: #AF84D0;
}
.TagClassName
{
border-color: #AF84D0;
}
</style>