Shades of East Side #AF88C1
Tints of East Side #AF88C1
RGB
CMYK
RGB Variations
Color information
#AF88C1 (or 0xAF88C1) is known color: East Side. HEX triplet: AF, 88 and C1. RGB value is (175,136,193). Sum of RGB (Red+Green+Blue) = 175+136+193=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF88C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88C1 is #50773E. Grayscale: #999999. Windows color (decimal): -5273407 or 12683439. OLE color: 12683439.
HSL color Cylindrical-coordinate representation of color #AF88C1: hue angle of 281.05º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF88C1 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 136 | 193 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.24 |
| HSL | 281.05º | 0.31% | 0.65% | - |
| HSV(B) | 281.05º | 0.3% | 0.76% | - |
| XYZ | 36.11 | 30.57 | 54.45 | - |
| YUV | 154.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 193 | 0.09 | 0.30 | 0 | 0.24 | 281.05 | 0.31 | 0.65 |
| Hex | AF | 88 | C1 | 9 | 1E | 0 | 18 | 119 | 1F | 41 |
| Octal | 257 | 210 | 301 | 11 | 36 | 0 | 30 | 431 | 37 | 101 |
| Binary | 10101111 | 10001000 | 11000001 | 1001 | 11110 | 0 | 11000 | 100011001 | 11111 | 1000001 |
Color Harmonies of #AF88C1
Complementary color
Monochromatic Colors of #AF88C1
Black with #AF88C1
Text Example
Text Example
White with #AF88C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF88C1; }
p { color: rgb(175,136,193); }
H1.HeaderClassName
{
color: #AF88C1;
}
.AnyTagClassName
{
color: #AF88C1;
}
</style>
background-color css
<style>
a { background-color: #AF88C1; }
a { background-color: rgb(175,136,193); }
div.DivClassName
{
background-color: #AF88C1;
}
.BgClassName
{
background-color: #AF88C1;
}
</style>
border-color css
<style>
span { border-color: #AF88C1; }
span { border-color: rgb(175,136,193); }
td.TdClassName
{
border-color: #AF88C1;
}
.TagClassName
{
border-color: #AF88C1;
}
</style>