Shades of East Side #AF70B8
Tints of East Side #AF70B8
RGB
CMYK
RGB Variations
Color information
#AF70B8 (or 0xAF70B8) is known color: East Side. HEX triplet: AF, 70 and B8. RGB value is (175,112,184). Sum of RGB (Red+Green+Blue) = 175+112+184=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF70B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70B8 is #508F47. Grayscale: #8A8A8A. Windows color (decimal): -5279560 or 12087471. OLE color: 12087471.
HSL color Cylindrical-coordinate representation of color #AF70B8: hue angle of 292.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF70B8 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 112 | 184 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.28 |
| HSL | 292.5º | 0.34% | 0.58% | - |
| HSV(B) | 292.5º | 0.39% | 0.72% | - |
| XYZ | 32.13 | 24.16 | 48.32 | - |
| YUV | 139.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 184 | 0.05 | 0.39 | 0 | 0.28 | 292.5 | 0.34 | 0.58 |
| Hex | AF | 70 | B8 | 5 | 27 | 0 | 1C | 124 | 22 | 3A |
| Octal | 257 | 160 | 270 | 5 | 47 | 0 | 34 | 444 | 42 | 72 |
| Binary | 10101111 | 1110000 | 10111000 | 101 | 100111 | 0 | 11100 | 100100100 | 100010 | 111010 |
Color Harmonies of #AF70B8
Complementary color
Monochromatic Colors of #AF70B8
Black with #AF70B8
Text Example
Text Example
White with #AF70B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70B8; }
p { color: rgb(175,112,184); }
H1.HeaderClassName
{
color: #AF70B8;
}
.AnyTagClassName
{
color: #AF70B8;
}
</style>
background-color css
<style>
a { background-color: #AF70B8; }
a { background-color: rgb(175,112,184); }
div.DivClassName
{
background-color: #AF70B8;
}
.BgClassName
{
background-color: #AF70B8;
}
</style>
border-color css
<style>
span { border-color: #AF70B8; }
span { border-color: rgb(175,112,184); }
td.TdClassName
{
border-color: #AF70B8;
}
.TagClassName
{
border-color: #AF70B8;
}
</style>