Shades of East Side #AF74BB
Tints of East Side #AF74BB
RGB
CMYK
RGB Variations
Color information
#AF74BB (or 0xAF74BB) is known color: East Side. HEX triplet: AF, 74 and BB. RGB value is (175,116,187). Sum of RGB (Red+Green+Blue) = 175+116+187=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF74BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74BB is #508B44. Grayscale: #8D8D8D. Windows color (decimal): -5278533 or 12285103. OLE color: 12285103.
HSL color Cylindrical-coordinate representation of color #AF74BB: hue angle of 289.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF74BB is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 116 | 187 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.27 |
| HSL | 289.86º | 0.34% | 0.59% | - |
| HSV(B) | 289.86º | 0.38% | 0.73% | - |
| XYZ | 32.89 | 25.19 | 50.14 | - |
| YUV | 141.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 187 | 0.06 | 0.38 | 0 | 0.27 | 289.86 | 0.34 | 0.59 |
| Hex | AF | 74 | BB | 6 | 26 | 0 | 1B | 122 | 22 | 3B |
| Octal | 257 | 164 | 273 | 6 | 46 | 0 | 33 | 442 | 42 | 73 |
| Binary | 10101111 | 1110100 | 10111011 | 110 | 100110 | 0 | 11011 | 100100010 | 100010 | 111011 |
Color Harmonies of #AF74BB
Complementary color
Monochromatic Colors of #AF74BB
Black with #AF74BB
Text Example
Text Example
White with #AF74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74BB; }
p { color: rgb(175,116,187); }
H1.HeaderClassName
{
color: #AF74BB;
}
.AnyTagClassName
{
color: #AF74BB;
}
</style>
background-color css
<style>
a { background-color: #AF74BB; }
a { background-color: rgb(175,116,187); }
div.DivClassName
{
background-color: #AF74BB;
}
.BgClassName
{
background-color: #AF74BB;
}
</style>
border-color css
<style>
span { border-color: #AF74BB; }
span { border-color: rgb(175,116,187); }
td.TdClassName
{
border-color: #AF74BB;
}
.TagClassName
{
border-color: #AF74BB;
}
</style>