Shades of East Side #AF85BD
Tints of East Side #AF85BD
RGB
CMYK
RGB Variations
Color information
#AF85BD (or 0xAF85BD) is known color: East Side. HEX triplet: AF, 85 and BD. RGB value is (175,133,189). Sum of RGB (Red+Green+Blue) = 175+133+189=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85BD is #507A42. Grayscale: #979797. Windows color (decimal): -5274179 or 12420527. OLE color: 12420527.
HSL color Cylindrical-coordinate representation of color #AF85BD: hue angle of 285º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF85BD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 133 | 189 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.26 |
| HSL | 285º | 0.3% | 0.63% | - |
| HSV(B) | 285º | 0.3% | 0.74% | - |
| XYZ | 35.25 | 29.56 | 51.99 | - |
| YUV | 151.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 189 | 0.07 | 0.30 | 0 | 0.26 | 285 | 0.3 | 0.63 |
| Hex | AF | 85 | BD | 7 | 1E | 0 | 1A | 11D | 1E | 3F |
| Octal | 257 | 205 | 275 | 7 | 36 | 0 | 32 | 435 | 36 | 77 |
| Binary | 10101111 | 10000101 | 10111101 | 111 | 11110 | 0 | 11010 | 100011101 | 11110 | 111111 |
Color Harmonies of #AF85BD
Complementary color
Monochromatic Colors of #AF85BD
Black with #AF85BD
Text Example
Text Example
White with #AF85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85BD; }
p { color: rgb(175,133,189); }
H1.HeaderClassName
{
color: #AF85BD;
}
.AnyTagClassName
{
color: #AF85BD;
}
</style>
background-color css
<style>
a { background-color: #AF85BD; }
a { background-color: rgb(175,133,189); }
div.DivClassName
{
background-color: #AF85BD;
}
.BgClassName
{
background-color: #AF85BD;
}
</style>
border-color css
<style>
span { border-color: #AF85BD; }
span { border-color: rgb(175,133,189); }
td.TdClassName
{
border-color: #AF85BD;
}
.TagClassName
{
border-color: #AF85BD;
}
</style>