Shades of East Side #AF74C0
Tints of East Side #AF74C0
RGB
CMYK
RGB Variations
Color information
#AF74C0 (or 0xAF74C0) is known color: East Side. HEX triplet: AF, 74 and C0. RGB value is (175,116,192). Sum of RGB (Red+Green+Blue) = 175+116+192=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF74C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74C0 is #508B3F. Grayscale: #8E8E8E. Windows color (decimal): -5278528 or 12612783. OLE color: 12612783.
HSL color Cylindrical-coordinate representation of color #AF74C0: hue angle of 286.58º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF74C0 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 116 | 192 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.25 |
| HSL | 286.58º | 0.38% | 0.6% | - |
| HSV(B) | 286.58º | 0.4% | 0.75% | - |
| XYZ | 33.44 | 25.41 | 53.01 | - |
| YUV | 142.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 192 | 0.09 | 0.40 | 0 | 0.25 | 286.58 | 0.38 | 0.6 |
| Hex | AF | 74 | C0 | 9 | 28 | 0 | 19 | 11F | 26 | 3C |
| Octal | 257 | 164 | 300 | 11 | 50 | 0 | 31 | 437 | 46 | 74 |
| Binary | 10101111 | 1110100 | 11000000 | 1001 | 101000 | 0 | 11001 | 100011111 | 100110 | 111100 |
Color Harmonies of #AF74C0
Complementary color
Monochromatic Colors of #AF74C0
Black with #AF74C0
Text Example
Text Example
White with #AF74C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74C0; }
p { color: rgb(175,116,192); }
H1.HeaderClassName
{
color: #AF74C0;
}
.AnyTagClassName
{
color: #AF74C0;
}
</style>
background-color css
<style>
a { background-color: #AF74C0; }
a { background-color: rgb(175,116,192); }
div.DivClassName
{
background-color: #AF74C0;
}
.BgClassName
{
background-color: #AF74C0;
}
</style>
border-color css
<style>
span { border-color: #AF74C0; }
span { border-color: rgb(175,116,192); }
td.TdClassName
{
border-color: #AF74C0;
}
.TagClassName
{
border-color: #AF74C0;
}
</style>