Shades of East Side #AF75C1
Tints of East Side #AF75C1
RGB
CMYK
RGB Variations
Color information
#AF75C1 (or 0xAF75C1) is known color: East Side. HEX triplet: AF, 75 and C1. RGB value is (175,117,193). Sum of RGB (Red+Green+Blue) = 175+117+193=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF75C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75C1 is #508A3E. Grayscale: #8E8E8E. Windows color (decimal): -5278271 or 12678575. OLE color: 12678575.
HSL color Cylindrical-coordinate representation of color #AF75C1: hue angle of 285.79º 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 #AF75C1 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 117 | 193 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.24 |
| HSL | 285.79º | 0.38% | 0.61% | - |
| HSV(B) | 285.79º | 0.39% | 0.76% | - |
| XYZ | 33.67 | 25.69 | 53.64 | - |
| YUV | 143.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 193 | 0.09 | 0.39 | 0 | 0.24 | 285.79 | 0.38 | 0.61 |
| Hex | AF | 75 | C1 | 9 | 27 | 0 | 18 | 11E | 26 | 3D |
| Octal | 257 | 165 | 301 | 11 | 47 | 0 | 30 | 436 | 46 | 75 |
| Binary | 10101111 | 1110101 | 11000001 | 1001 | 100111 | 0 | 11000 | 100011110 | 100110 | 111101 |
Color Harmonies of #AF75C1
Complementary color
Monochromatic Colors of #AF75C1
Black with #AF75C1
Text Example
Text Example
White with #AF75C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75C1; }
p { color: rgb(175,117,193); }
H1.HeaderClassName
{
color: #AF75C1;
}
.AnyTagClassName
{
color: #AF75C1;
}
</style>
background-color css
<style>
a { background-color: #AF75C1; }
a { background-color: rgb(175,117,193); }
div.DivClassName
{
background-color: #AF75C1;
}
.BgClassName
{
background-color: #AF75C1;
}
</style>
border-color css
<style>
span { border-color: #AF75C1; }
span { border-color: rgb(175,117,193); }
td.TdClassName
{
border-color: #AF75C1;
}
.TagClassName
{
border-color: #AF75C1;
}
</style>