Shades of East Side #AF80BC
Tints of East Side #AF80BC
RGB
CMYK
RGB Variations
Color information
#AF80BC (or 0xAF80BC) is known color: East Side. HEX triplet: AF, 80 and BC. RGB value is (175,128,188). Sum of RGB (Red+Green+Blue) = 175+128+188=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF80BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80BC is #507F43. Grayscale: #949494. Windows color (decimal): -5275460 or 12353711. OLE color: 12353711.
HSL color Cylindrical-coordinate representation of color #AF80BC: hue angle of 287º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF80BC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 128 | 188 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.26 |
| HSL | 287º | 0.31% | 0.62% | - |
| HSV(B) | 287º | 0.32% | 0.74% | - |
| XYZ | 34.48 | 28.18 | 51.2 | - |
| YUV | 148.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 188 | 0.07 | 0.32 | 0 | 0.26 | 287 | 0.31 | 0.62 |
| Hex | AF | 80 | BC | 7 | 20 | 0 | 1A | 11F | 1F | 3E |
| Octal | 257 | 200 | 274 | 7 | 40 | 0 | 32 | 437 | 37 | 76 |
| Binary | 10101111 | 10000000 | 10111100 | 111 | 100000 | 0 | 11010 | 100011111 | 11111 | 111110 |
Color Harmonies of #AF80BC
Complementary color
Monochromatic Colors of #AF80BC
Black with #AF80BC
Text Example
Text Example
White with #AF80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80BC; }
p { color: rgb(175,128,188); }
H1.HeaderClassName
{
color: #AF80BC;
}
.AnyTagClassName
{
color: #AF80BC;
}
</style>
background-color css
<style>
a { background-color: #AF80BC; }
a { background-color: rgb(175,128,188); }
div.DivClassName
{
background-color: #AF80BC;
}
.BgClassName
{
background-color: #AF80BC;
}
</style>
border-color css
<style>
span { border-color: #AF80BC; }
span { border-color: rgb(175,128,188); }
td.TdClassName
{
border-color: #AF80BC;
}
.TagClassName
{
border-color: #AF80BC;
}
</style>