Shades of East Side #AF74BD
Tints of East Side #AF74BD
RGB
CMYK
RGB Variations
Color information
#AF74BD (or 0xAF74BD) is known color: East Side. HEX triplet: AF, 74 and BD. RGB value is (175,116,189). Sum of RGB (Red+Green+Blue) = 175+116+189=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF74BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74BD is #508B42. Grayscale: #8D8D8D. Windows color (decimal): -5278531 or 12416175. OLE color: 12416175.
HSL color Cylindrical-coordinate representation of color #AF74BD: hue angle of 288.49º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF74BD is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 116 | 189 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.26 |
| HSL | 288.49º | 0.36% | 0.6% | - |
| HSV(B) | 288.49º | 0.39% | 0.74% | - |
| XYZ | 33.11 | 25.28 | 51.28 | - |
| YUV | 141.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 189 | 0.07 | 0.39 | 0 | 0.26 | 288.49 | 0.36 | 0.6 |
| Hex | AF | 74 | BD | 7 | 27 | 0 | 1A | 120 | 24 | 3C |
| Octal | 257 | 164 | 275 | 7 | 47 | 0 | 32 | 440 | 44 | 74 |
| Binary | 10101111 | 1110100 | 10111101 | 111 | 100111 | 0 | 11010 | 100100000 | 100100 | 111100 |
Color Harmonies of #AF74BD
Complementary color
Monochromatic Colors of #AF74BD
Black with #AF74BD
Text Example
Text Example
White with #AF74BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74BD; }
p { color: rgb(175,116,189); }
H1.HeaderClassName
{
color: #AF74BD;
}
.AnyTagClassName
{
color: #AF74BD;
}
</style>
background-color css
<style>
a { background-color: #AF74BD; }
a { background-color: rgb(175,116,189); }
div.DivClassName
{
background-color: #AF74BD;
}
.BgClassName
{
background-color: #AF74BD;
}
</style>
border-color css
<style>
span { border-color: #AF74BD; }
span { border-color: rgb(175,116,189); }
td.TdClassName
{
border-color: #AF74BD;
}
.TagClassName
{
border-color: #AF74BD;
}
</style>