Shades of East Side #AF85D0
Tints of East Side #AF85D0
RGB
CMYK
RGB Variations
Color information
#AF85D0 (or 0xAF85D0) is known color: East Side. HEX triplet: AF, 85 and D0. RGB value is (175,133,208). Sum of RGB (Red+Green+Blue) = 175+133+208=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF85D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85D0 is #507A2F. Grayscale: #999999. Windows color (decimal): -5274160 or 13665711. OLE color: 13665711.
HSL color Cylindrical-coordinate representation of color #AF85D0: hue angle of 273.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF85D0 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 133 | 208 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.18 |
| HSL | 273.6º | 0.44% | 0.67% | - |
| HSV(B) | 273.6º | 0.36% | 0.82% | - |
| XYZ | 37.45 | 30.44 | 63.58 | - |
| YUV | 154.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 208 | 0.16 | 0.36 | 0 | 0.18 | 273.6 | 0.44 | 0.67 |
| Hex | AF | 85 | D0 | 10 | 24 | 0 | 12 | 112 | 2C | 43 |
| Octal | 257 | 205 | 320 | 20 | 44 | 0 | 22 | 422 | 54 | 103 |
| Binary | 10101111 | 10000101 | 11010000 | 10000 | 100100 | 0 | 10010 | 100010010 | 101100 | 1000011 |
Color Harmonies of #AF85D0
Complementary color
Monochromatic Colors of #AF85D0
Black with #AF85D0
Text Example
Text Example
White with #AF85D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85D0; }
p { color: rgb(175,133,208); }
H1.HeaderClassName
{
color: #AF85D0;
}
.AnyTagClassName
{
color: #AF85D0;
}
</style>
background-color css
<style>
a { background-color: #AF85D0; }
a { background-color: rgb(175,133,208); }
div.DivClassName
{
background-color: #AF85D0;
}
.BgClassName
{
background-color: #AF85D0;
}
</style>
border-color css
<style>
span { border-color: #AF85D0; }
span { border-color: rgb(175,133,208); }
td.TdClassName
{
border-color: #AF85D0;
}
.TagClassName
{
border-color: #AF85D0;
}
</style>