Shades of East Side #AF84D1
Tints of East Side #AF84D1
RGB
CMYK
RGB Variations
Color information
#AF84D1 (or 0xAF84D1) is known color: East Side. HEX triplet: AF, 84 and D1. RGB value is (175,132,209). Sum of RGB (Red+Green+Blue) = 175+132+209=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF84D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84D1 is #507B2E. Grayscale: #999999. Windows color (decimal): -5274415 or 13730991. OLE color: 13730991.
HSL color Cylindrical-coordinate representation of color #AF84D1: hue angle of 273.51º degrees, saturation: 0.46, 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 #AF84D1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 132 | 209 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.18 |
| HSL | 273.51º | 0.46% | 0.67% | - |
| HSV(B) | 273.51º | 0.37% | 0.82% | - |
| XYZ | 37.44 | 30.22 | 64.18 | - |
| YUV | 153.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 209 | 0.16 | 0.37 | 0 | 0.18 | 273.51 | 0.46 | 0.67 |
| Hex | AF | 84 | D1 | 10 | 25 | 0 | 12 | 112 | 2E | 43 |
| Octal | 257 | 204 | 321 | 20 | 45 | 0 | 22 | 422 | 56 | 103 |
| Binary | 10101111 | 10000100 | 11010001 | 10000 | 100101 | 0 | 10010 | 100010010 | 101110 | 1000011 |
Color Harmonies of #AF84D1
Complementary color
Monochromatic Colors of #AF84D1
Black with #AF84D1
Text Example
Text Example
White with #AF84D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84D1; }
p { color: rgb(175,132,209); }
H1.HeaderClassName
{
color: #AF84D1;
}
.AnyTagClassName
{
color: #AF84D1;
}
</style>
background-color css
<style>
a { background-color: #AF84D1; }
a { background-color: rgb(175,132,209); }
div.DivClassName
{
background-color: #AF84D1;
}
.BgClassName
{
background-color: #AF84D1;
}
</style>
border-color css
<style>
span { border-color: #AF84D1; }
span { border-color: rgb(175,132,209); }
td.TdClassName
{
border-color: #AF84D1;
}
.TagClassName
{
border-color: #AF84D1;
}
</style>