Shades of East Side #AF76B4
Tints of East Side #AF76B4
RGB
CMYK
RGB Variations
Color information
#AF76B4 (or 0xAF76B4) is known color: East Side. HEX triplet: AF, 76 and B4. RGB value is (175,118,180). Sum of RGB (Red+Green+Blue) = 175+118+180=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF76B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76B4 is #50894B. Grayscale: #8D8D8D. Windows color (decimal): -5278028 or 11826863. OLE color: 11826863.
HSL color Cylindrical-coordinate representation of color #AF76B4: hue angle of 295.16º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF76B4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 118 | 180 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.29 |
| HSL | 295.16º | 0.29% | 0.58% | - |
| HSV(B) | 295.16º | 0.34% | 0.71% | - |
| XYZ | 32.4 | 25.37 | 46.37 | - |
| YUV | 142.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 180 | 0.03 | 0.34 | 0 | 0.29 | 295.16 | 0.29 | 0.58 |
| Hex | AF | 76 | B4 | 3 | 22 | 0 | 1D | 127 | 1D | 3A |
| Octal | 257 | 166 | 264 | 3 | 42 | 0 | 35 | 447 | 35 | 72 |
| Binary | 10101111 | 1110110 | 10110100 | 11 | 100010 | 0 | 11101 | 100100111 | 11101 | 111010 |
Color Harmonies of #AF76B4
Complementary color
Monochromatic Colors of #AF76B4
Black with #AF76B4
Text Example
Text Example
White with #AF76B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76B4; }
p { color: rgb(175,118,180); }
H1.HeaderClassName
{
color: #AF76B4;
}
.AnyTagClassName
{
color: #AF76B4;
}
</style>
background-color css
<style>
a { background-color: #AF76B4; }
a { background-color: rgb(175,118,180); }
div.DivClassName
{
background-color: #AF76B4;
}
.BgClassName
{
background-color: #AF76B4;
}
</style>
border-color css
<style>
span { border-color: #AF76B4; }
span { border-color: rgb(175,118,180); }
td.TdClassName
{
border-color: #AF76B4;
}
.TagClassName
{
border-color: #AF76B4;
}
</style>