Shades of East Side #AF88C5
Tints of East Side #AF88C5
RGB
CMYK
RGB Variations
Color information
#AF88C5 (or 0xAF88C5) is known color: East Side. HEX triplet: AF, 88 and C5. RGB value is (175,136,197). Sum of RGB (Red+Green+Blue) = 175+136+197=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF88C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88C5 is #50773A. Grayscale: #9A9A9A. Windows color (decimal): -5273403 or 12945583. OLE color: 12945583.
HSL color Cylindrical-coordinate representation of color #AF88C5: hue angle of 278.36º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF88C5 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 136 | 197 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.23 |
| HSL | 278.36º | 0.34% | 0.65% | - |
| HSV(B) | 278.36º | 0.31% | 0.77% | - |
| XYZ | 36.56 | 30.75 | 56.83 | - |
| YUV | 154.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 197 | 0.11 | 0.31 | 0 | 0.23 | 278.36 | 0.34 | 0.65 |
| Hex | AF | 88 | C5 | B | 1F | 0 | 17 | 116 | 22 | 41 |
| Octal | 257 | 210 | 305 | 13 | 37 | 0 | 27 | 426 | 42 | 101 |
| Binary | 10101111 | 10001000 | 11000101 | 1011 | 11111 | 0 | 10111 | 100010110 | 100010 | 1000001 |
Color Harmonies of #AF88C5
Complementary color
Monochromatic Colors of #AF88C5
Black with #AF88C5
Text Example
Text Example
White with #AF88C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF88C5; }
p { color: rgb(175,136,197); }
H1.HeaderClassName
{
color: #AF88C5;
}
.AnyTagClassName
{
color: #AF88C5;
}
</style>
background-color css
<style>
a { background-color: #AF88C5; }
a { background-color: rgb(175,136,197); }
div.DivClassName
{
background-color: #AF88C5;
}
.BgClassName
{
background-color: #AF88C5;
}
</style>
border-color css
<style>
span { border-color: #AF88C5; }
span { border-color: rgb(175,136,197); }
td.TdClassName
{
border-color: #AF88C5;
}
.TagClassName
{
border-color: #AF88C5;
}
</style>