Shades of East Side #AF88D0
Tints of East Side #AF88D0
RGB
CMYK
RGB Variations
Color information
#AF88D0 (or 0xAF88D0) is known color: East Side. HEX triplet: AF, 88 and D0. RGB value is (175,136,208). Sum of RGB (Red+Green+Blue) = 175+136+208=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF88D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88D0 is #50772F. Grayscale: #9B9B9B. Windows color (decimal): -5273392 or 13666479. OLE color: 13666479.
HSL color Cylindrical-coordinate representation of color #AF88D0: hue angle of 272.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF88D0 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 136 | 208 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.18 |
| HSL | 272.5º | 0.43% | 0.67% | - |
| HSV(B) | 272.5º | 0.35% | 0.82% | - |
| XYZ | 37.87 | 31.28 | 63.72 | - |
| YUV | 155.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 208 | 0.16 | 0.35 | 0 | 0.18 | 272.5 | 0.43 | 0.67 |
| Hex | AF | 88 | D0 | 10 | 23 | 0 | 12 | 110 | 2B | 43 |
| Octal | 257 | 210 | 320 | 20 | 43 | 0 | 22 | 420 | 53 | 103 |
| Binary | 10101111 | 10001000 | 11010000 | 10000 | 100011 | 0 | 10010 | 100010000 | 101011 | 1000011 |
Color Harmonies of #AF88D0
Complementary color
Monochromatic Colors of #AF88D0
Black with #AF88D0
Text Example
Text Example
White with #AF88D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF88D0; }
p { color: rgb(175,136,208); }
H1.HeaderClassName
{
color: #AF88D0;
}
.AnyTagClassName
{
color: #AF88D0;
}
</style>
background-color css
<style>
a { background-color: #AF88D0; }
a { background-color: rgb(175,136,208); }
div.DivClassName
{
background-color: #AF88D0;
}
.BgClassName
{
background-color: #AF88D0;
}
</style>
border-color css
<style>
span { border-color: #AF88D0; }
span { border-color: rgb(175,136,208); }
td.TdClassName
{
border-color: #AF88D0;
}
.TagClassName
{
border-color: #AF88D0;
}
</style>