Shades of East Side #AF76C2
Tints of East Side #AF76C2
RGB
CMYK
RGB Variations
Color information
#AF76C2 (or 0xAF76C2) is known color: East Side. HEX triplet: AF, 76 and C2. RGB value is (175,118,194). Sum of RGB (Red+Green+Blue) = 175+118+194=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF76C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76C2 is #50893D. Grayscale: #8F8F8F. Windows color (decimal): -5278014 or 12744367. OLE color: 12744367.
HSL color Cylindrical-coordinate representation of color #AF76C2: hue angle of 285º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF76C2 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 118 | 194 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.24 |
| HSL | 285º | 0.38% | 0.61% | - |
| HSV(B) | 285º | 0.39% | 0.76% | - |
| XYZ | 33.9 | 25.97 | 54.26 | - |
| YUV | 143.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 194 | 0.10 | 0.39 | 0 | 0.24 | 285 | 0.38 | 0.61 |
| Hex | AF | 76 | C2 | A | 27 | 0 | 18 | 11D | 26 | 3D |
| Octal | 257 | 166 | 302 | 12 | 47 | 0 | 30 | 435 | 46 | 75 |
| Binary | 10101111 | 1110110 | 11000010 | 1010 | 100111 | 0 | 11000 | 100011101 | 100110 | 111101 |
Color Harmonies of #AF76C2
Complementary color
Monochromatic Colors of #AF76C2
Black with #AF76C2
Text Example
Text Example
White with #AF76C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76C2; }
p { color: rgb(175,118,194); }
H1.HeaderClassName
{
color: #AF76C2;
}
.AnyTagClassName
{
color: #AF76C2;
}
</style>
background-color css
<style>
a { background-color: #AF76C2; }
a { background-color: rgb(175,118,194); }
div.DivClassName
{
background-color: #AF76C2;
}
.BgClassName
{
background-color: #AF76C2;
}
</style>
border-color css
<style>
span { border-color: #AF76C2; }
span { border-color: rgb(175,118,194); }
td.TdClassName
{
border-color: #AF76C2;
}
.TagClassName
{
border-color: #AF76C2;
}
</style>