Shades of East Side #AF75C8
Tints of East Side #AF75C8
RGB
CMYK
RGB Variations
Color information
#AF75C8 (or 0xAF75C8) is known color: East Side. HEX triplet: AF, 75 and C8. RGB value is (175,117,200). Sum of RGB (Red+Green+Blue) = 175+117+200=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF75C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75C8 is #508A37. Grayscale: #8F8F8F. Windows color (decimal): -5278264 or 13137327. OLE color: 13137327.
HSL color Cylindrical-coordinate representation of color #AF75C8: hue angle of 281.93º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF75C8 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 117 | 200 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.22 |
| HSL | 281.93º | 0.43% | 0.62% | - |
| HSV(B) | 281.93º | 0.42% | 0.78% | - |
| XYZ | 34.47 | 26.01 | 57.85 | - |
| YUV | 143.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 200 | 0.12 | 0.42 | 0 | 0.22 | 281.93 | 0.43 | 0.62 |
| Hex | AF | 75 | C8 | C | 2A | 0 | 16 | 11A | 2B | 3E |
| Octal | 257 | 165 | 310 | 14 | 52 | 0 | 26 | 432 | 53 | 76 |
| Binary | 10101111 | 1110101 | 11001000 | 1100 | 101010 | 0 | 10110 | 100011010 | 101011 | 111110 |
Color Harmonies of #AF75C8
Complementary color
Monochromatic Colors of #AF75C8
Black with #AF75C8
Text Example
Text Example
White with #AF75C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75C8; }
p { color: rgb(175,117,200); }
H1.HeaderClassName
{
color: #AF75C8;
}
.AnyTagClassName
{
color: #AF75C8;
}
</style>
background-color css
<style>
a { background-color: #AF75C8; }
a { background-color: rgb(175,117,200); }
div.DivClassName
{
background-color: #AF75C8;
}
.BgClassName
{
background-color: #AF75C8;
}
</style>
border-color css
<style>
span { border-color: #AF75C8; }
span { border-color: rgb(175,117,200); }
td.TdClassName
{
border-color: #AF75C8;
}
.TagClassName
{
border-color: #AF75C8;
}
</style>