Shades of East Side #AF89CF
Tints of East Side #AF89CF
RGB
CMYK
RGB Variations
Color information
#AF89CF (or 0xAF89CF) is known color: East Side. HEX triplet: AF, 89 and CF. RGB value is (175,137,207). Sum of RGB (Red+Green+Blue) = 175+137+207=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF89CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89CF is #507630. Grayscale: #9C9C9C. Windows color (decimal): -5273137 or 13601199. OLE color: 13601199.
HSL color Cylindrical-coordinate representation of color #AF89CF: hue angle of 272.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF89CF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 137 | 207 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.19 |
| HSL | 272.57º | 0.42% | 0.67% | - |
| HSV(B) | 272.57º | 0.34% | 0.81% | - |
| XYZ | 37.89 | 31.51 | 63.12 | - |
| YUV | 156.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 207 | 0.15 | 0.34 | 0 | 0.19 | 272.57 | 0.42 | 0.67 |
| Hex | AF | 89 | CF | F | 22 | 0 | 13 | 111 | 2A | 43 |
| Octal | 257 | 211 | 317 | 17 | 42 | 0 | 23 | 421 | 52 | 103 |
| Binary | 10101111 | 10001001 | 11001111 | 1111 | 100010 | 0 | 10011 | 100010001 | 101010 | 1000011 |
Color Harmonies of #AF89CF
Complementary color
Monochromatic Colors of #AF89CF
Black with #AF89CF
Text Example
Text Example
White with #AF89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89CF; }
p { color: rgb(175,137,207); }
H1.HeaderClassName
{
color: #AF89CF;
}
.AnyTagClassName
{
color: #AF89CF;
}
</style>
background-color css
<style>
a { background-color: #AF89CF; }
a { background-color: rgb(175,137,207); }
div.DivClassName
{
background-color: #AF89CF;
}
.BgClassName
{
background-color: #AF89CF;
}
</style>
border-color css
<style>
span { border-color: #AF89CF; }
span { border-color: rgb(175,137,207); }
td.TdClassName
{
border-color: #AF89CF;
}
.TagClassName
{
border-color: #AF89CF;
}
</style>