Shades of East Side #AF89C5
Tints of East Side #AF89C5
RGB
CMYK
RGB Variations
Color information
#AF89C5 (or 0xAF89C5) is known color: East Side. HEX triplet: AF, 89 and C5. RGB value is (175,137,197). Sum of RGB (Red+Green+Blue) = 175+137+197=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF89C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89C5 is #50763A. Grayscale: #9B9B9B. Windows color (decimal): -5273147 or 12945839. OLE color: 12945839.
HSL color Cylindrical-coordinate representation of color #AF89C5: hue angle of 278º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF89C5 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 137 | 197 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.23 |
| HSL | 278º | 0.34% | 0.65% | - |
| HSV(B) | 278º | 0.3% | 0.77% | - |
| XYZ | 36.7 | 31.04 | 56.88 | - |
| YUV | 155.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 197 | 0.11 | 0.30 | 0 | 0.23 | 278 | 0.34 | 0.65 |
| Hex | AF | 89 | C5 | B | 1E | 0 | 17 | 116 | 22 | 41 |
| Octal | 257 | 211 | 305 | 13 | 36 | 0 | 27 | 426 | 42 | 101 |
| Binary | 10101111 | 10001001 | 11000101 | 1011 | 11110 | 0 | 10111 | 100010110 | 100010 | 1000001 |
Color Harmonies of #AF89C5
Complementary color
Monochromatic Colors of #AF89C5
Black with #AF89C5
Text Example
Text Example
White with #AF89C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89C5; }
p { color: rgb(175,137,197); }
H1.HeaderClassName
{
color: #AF89C5;
}
.AnyTagClassName
{
color: #AF89C5;
}
</style>
background-color css
<style>
a { background-color: #AF89C5; }
a { background-color: rgb(175,137,197); }
div.DivClassName
{
background-color: #AF89C5;
}
.BgClassName
{
background-color: #AF89C5;
}
</style>
border-color css
<style>
span { border-color: #AF89C5; }
span { border-color: rgb(175,137,197); }
td.TdClassName
{
border-color: #AF89C5;
}
.TagClassName
{
border-color: #AF89C5;
}
</style>