Shades of East Side #AF74C1
Tints of East Side #AF74C1
RGB
CMYK
RGB Variations
Color information
#AF74C1 (or 0xAF74C1) is known color: East Side. HEX triplet: AF, 74 and C1. RGB value is (175,116,193). Sum of RGB (Red+Green+Blue) = 175+116+193=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF74C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74C1 is #508B3E. Grayscale: #8E8E8E. Windows color (decimal): -5278527 or 12678319. OLE color: 12678319.
HSL color Cylindrical-coordinate representation of color #AF74C1: hue angle of 285.97º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF74C1 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 116 | 193 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.24 |
| HSL | 285.97º | 0.38% | 0.61% | - |
| HSV(B) | 285.97º | 0.4% | 0.76% | - |
| XYZ | 33.55 | 25.46 | 53.6 | - |
| YUV | 142.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 193 | 0.09 | 0.40 | 0 | 0.24 | 285.97 | 0.38 | 0.61 |
| Hex | AF | 74 | C1 | 9 | 28 | 0 | 18 | 11E | 26 | 3D |
| Octal | 257 | 164 | 301 | 11 | 50 | 0 | 30 | 436 | 46 | 75 |
| Binary | 10101111 | 1110100 | 11000001 | 1001 | 101000 | 0 | 11000 | 100011110 | 100110 | 111101 |
Color Harmonies of #AF74C1
Complementary color
Monochromatic Colors of #AF74C1
Black with #AF74C1
Text Example
Text Example
White with #AF74C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74C1; }
p { color: rgb(175,116,193); }
H1.HeaderClassName
{
color: #AF74C1;
}
.AnyTagClassName
{
color: #AF74C1;
}
</style>
background-color css
<style>
a { background-color: #AF74C1; }
a { background-color: rgb(175,116,193); }
div.DivClassName
{
background-color: #AF74C1;
}
.BgClassName
{
background-color: #AF74C1;
}
</style>
border-color css
<style>
span { border-color: #AF74C1; }
span { border-color: rgb(175,116,193); }
td.TdClassName
{
border-color: #AF74C1;
}
.TagClassName
{
border-color: #AF74C1;
}
</style>