Shades of East Side #AF75BA
Tints of East Side #AF75BA
RGB
CMYK
RGB Variations
Color information
#AF75BA (or 0xAF75BA) is known color: East Side. HEX triplet: AF, 75 and BA. RGB value is (175,117,186). Sum of RGB (Red+Green+Blue) = 175+117+186=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75BA is #508A45. Grayscale: #8D8D8D. Windows color (decimal): -5278278 or 12219823. OLE color: 12219823.
HSL color Cylindrical-coordinate representation of color #AF75BA: hue angle of 290.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF75BA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 117 | 186 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.27 |
| HSL | 290.43º | 0.33% | 0.59% | - |
| HSV(B) | 290.43º | 0.37% | 0.73% | - |
| XYZ | 32.9 | 25.38 | 49.62 | - |
| YUV | 142.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 186 | 0.06 | 0.37 | 0 | 0.27 | 290.43 | 0.33 | 0.59 |
| Hex | AF | 75 | BA | 6 | 25 | 0 | 1B | 122 | 21 | 3B |
| Octal | 257 | 165 | 272 | 6 | 45 | 0 | 33 | 442 | 41 | 73 |
| Binary | 10101111 | 1110101 | 10111010 | 110 | 100101 | 0 | 11011 | 100100010 | 100001 | 111011 |
Color Harmonies of #AF75BA
Complementary color
Monochromatic Colors of #AF75BA
Black with #AF75BA
Text Example
Text Example
White with #AF75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75BA; }
p { color: rgb(175,117,186); }
H1.HeaderClassName
{
color: #AF75BA;
}
.AnyTagClassName
{
color: #AF75BA;
}
</style>
background-color css
<style>
a { background-color: #AF75BA; }
a { background-color: rgb(175,117,186); }
div.DivClassName
{
background-color: #AF75BA;
}
.BgClassName
{
background-color: #AF75BA;
}
</style>
border-color css
<style>
span { border-color: #AF75BA; }
span { border-color: rgb(175,117,186); }
td.TdClassName
{
border-color: #AF75BA;
}
.TagClassName
{
border-color: #AF75BA;
}
</style>