Shades of East Side #AF75C0
Tints of East Side #AF75C0
RGB
CMYK
RGB Variations
Color information
#AF75C0 (or 0xAF75C0) is known color: East Side. HEX triplet: AF, 75 and C0. RGB value is (175,117,192). Sum of RGB (Red+Green+Blue) = 175+117+192=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF75C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75C0 is #508A3F. Grayscale: #8E8E8E. Windows color (decimal): -5278272 or 12613039. OLE color: 12613039.
HSL color Cylindrical-coordinate representation of color #AF75C0: hue angle of 286.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF75C0 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 117 | 192 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.25 |
| HSL | 286.4º | 0.37% | 0.61% | - |
| HSV(B) | 286.4º | 0.39% | 0.75% | - |
| XYZ | 33.55 | 25.64 | 53.05 | - |
| YUV | 142.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 192 | 0.09 | 0.39 | 0 | 0.25 | 286.4 | 0.37 | 0.61 |
| Hex | AF | 75 | C0 | 9 | 27 | 0 | 19 | 11E | 25 | 3D |
| Octal | 257 | 165 | 300 | 11 | 47 | 0 | 31 | 436 | 45 | 75 |
| Binary | 10101111 | 1110101 | 11000000 | 1001 | 100111 | 0 | 11001 | 100011110 | 100101 | 111101 |
Color Harmonies of #AF75C0
Complementary color
Monochromatic Colors of #AF75C0
Black with #AF75C0
Text Example
Text Example
White with #AF75C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75C0; }
p { color: rgb(175,117,192); }
H1.HeaderClassName
{
color: #AF75C0;
}
.AnyTagClassName
{
color: #AF75C0;
}
</style>
background-color css
<style>
a { background-color: #AF75C0; }
a { background-color: rgb(175,117,192); }
div.DivClassName
{
background-color: #AF75C0;
}
.BgClassName
{
background-color: #AF75C0;
}
</style>
border-color css
<style>
span { border-color: #AF75C0; }
span { border-color: rgb(175,117,192); }
td.TdClassName
{
border-color: #AF75C0;
}
.TagClassName
{
border-color: #AF75C0;
}
</style>