Shades of East Side #AF80C9
Tints of East Side #AF80C9
RGB
CMYK
RGB Variations
Color information
#AF80C9 (or 0xAF80C9) is known color: East Side. HEX triplet: AF, 80 and C9. RGB value is (175,128,201). Sum of RGB (Red+Green+Blue) = 175+128+201=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF80C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80C9 is #507F36. Grayscale: #969696. Windows color (decimal): -5275447 or 13205679. OLE color: 13205679.
HSL color Cylindrical-coordinate representation of color #AF80C9: hue angle of 278.63º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF80C9 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 128 | 201 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.21 |
| HSL | 278.63º | 0.4% | 0.65% | - |
| HSV(B) | 278.63º | 0.36% | 0.79% | - |
| XYZ | 35.94 | 28.77 | 58.92 | - |
| YUV | 150.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 201 | 0.13 | 0.36 | 0 | 0.21 | 278.63 | 0.4 | 0.65 |
| Hex | AF | 80 | C9 | D | 24 | 0 | 15 | 117 | 28 | 41 |
| Octal | 257 | 200 | 311 | 15 | 44 | 0 | 25 | 427 | 50 | 101 |
| Binary | 10101111 | 10000000 | 11001001 | 1101 | 100100 | 0 | 10101 | 100010111 | 101000 | 1000001 |
Color Harmonies of #AF80C9
Complementary color
Monochromatic Colors of #AF80C9
Black with #AF80C9
Text Example
Text Example
White with #AF80C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80C9; }
p { color: rgb(175,128,201); }
H1.HeaderClassName
{
color: #AF80C9;
}
.AnyTagClassName
{
color: #AF80C9;
}
</style>
background-color css
<style>
a { background-color: #AF80C9; }
a { background-color: rgb(175,128,201); }
div.DivClassName
{
background-color: #AF80C9;
}
.BgClassName
{
background-color: #AF80C9;
}
</style>
border-color css
<style>
span { border-color: #AF80C9; }
span { border-color: rgb(175,128,201); }
td.TdClassName
{
border-color: #AF80C9;
}
.TagClassName
{
border-color: #AF80C9;
}
</style>