Shades of East Side #AF74B9
Tints of East Side #AF74B9
RGB
CMYK
RGB Variations
Color information
#AF74B9 (or 0xAF74B9) is known color: East Side. HEX triplet: AF, 74 and B9. RGB value is (175,116,185). Sum of RGB (Red+Green+Blue) = 175+116+185=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF74B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74B9 is #508B46. Grayscale: #8D8D8D. Windows color (decimal): -5278535 or 12154031. OLE color: 12154031.
HSL color Cylindrical-coordinate representation of color #AF74B9: hue angle of 291.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF74B9 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 116 | 185 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.27 |
| HSL | 291.3º | 0.33% | 0.59% | - |
| HSV(B) | 291.3º | 0.37% | 0.73% | - |
| XYZ | 32.68 | 25.11 | 49.02 | - |
| YUV | 141.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 185 | 0.05 | 0.37 | 0 | 0.27 | 291.3 | 0.33 | 0.59 |
| Hex | AF | 74 | B9 | 5 | 25 | 0 | 1B | 123 | 21 | 3B |
| Octal | 257 | 164 | 271 | 5 | 45 | 0 | 33 | 443 | 41 | 73 |
| Binary | 10101111 | 1110100 | 10111001 | 101 | 100101 | 0 | 11011 | 100100011 | 100001 | 111011 |
Color Harmonies of #AF74B9
Complementary color
Monochromatic Colors of #AF74B9
Black with #AF74B9
Text Example
Text Example
White with #AF74B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74B9; }
p { color: rgb(175,116,185); }
H1.HeaderClassName
{
color: #AF74B9;
}
.AnyTagClassName
{
color: #AF74B9;
}
</style>
background-color css
<style>
a { background-color: #AF74B9; }
a { background-color: rgb(175,116,185); }
div.DivClassName
{
background-color: #AF74B9;
}
.BgClassName
{
background-color: #AF74B9;
}
</style>
border-color css
<style>
span { border-color: #AF74B9; }
span { border-color: rgb(175,116,185); }
td.TdClassName
{
border-color: #AF74B9;
}
.TagClassName
{
border-color: #AF74B9;
}
</style>