Shades of East Side #AF76BC
Tints of East Side #AF76BC
RGB
CMYK
RGB Variations
Color information
#AF76BC (or 0xAF76BC) is known color: East Side. HEX triplet: AF, 76 and BC. RGB value is (175,118,188). Sum of RGB (Red+Green+Blue) = 175+118+188=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF76BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76BC is #508943. Grayscale: #8E8E8E. Windows color (decimal): -5278020 or 12351151. OLE color: 12351151.
HSL color Cylindrical-coordinate representation of color #AF76BC: hue angle of 288.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF76BC is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 118 | 188 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.26 |
| HSL | 288.86º | 0.34% | 0.6% | - |
| HSV(B) | 288.86º | 0.37% | 0.74% | - |
| XYZ | 33.23 | 25.7 | 50.79 | - |
| YUV | 143.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 188 | 0.07 | 0.37 | 0 | 0.26 | 288.86 | 0.34 | 0.6 |
| Hex | AF | 76 | BC | 7 | 25 | 0 | 1A | 121 | 22 | 3C |
| Octal | 257 | 166 | 274 | 7 | 45 | 0 | 32 | 441 | 42 | 74 |
| Binary | 10101111 | 1110110 | 10111100 | 111 | 100101 | 0 | 11010 | 100100001 | 100010 | 111100 |
Color Harmonies of #AF76BC
Complementary color
Monochromatic Colors of #AF76BC
Black with #AF76BC
Text Example
Text Example
White with #AF76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76BC; }
p { color: rgb(175,118,188); }
H1.HeaderClassName
{
color: #AF76BC;
}
.AnyTagClassName
{
color: #AF76BC;
}
</style>
background-color css
<style>
a { background-color: #AF76BC; }
a { background-color: rgb(175,118,188); }
div.DivClassName
{
background-color: #AF76BC;
}
.BgClassName
{
background-color: #AF76BC;
}
</style>
border-color css
<style>
span { border-color: #AF76BC; }
span { border-color: rgb(175,118,188); }
td.TdClassName
{
border-color: #AF76BC;
}
.TagClassName
{
border-color: #AF76BC;
}
</style>