Shades of East Side #AF79D3
Tints of East Side #AF79D3
RGB
CMYK
RGB Variations
Color information
#AF79D3 (or 0xAF79D3) is known color: East Side. HEX triplet: AF, 79 and D3. RGB value is (175,121,211). Sum of RGB (Red+Green+Blue) = 175+121+211=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF79D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79D3 is #50862C. Grayscale: #939393. Windows color (decimal): -5277229 or 13859247. OLE color: 13859247.
HSL color Cylindrical-coordinate representation of color #AF79D3: hue angle of 276º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF79D3 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 121 | 211 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.17 |
| HSL | 276º | 0.51% | 0.65% | - |
| HSV(B) | 276º | 0.43% | 0.83% | - |
| XYZ | 36.27 | 27.49 | 65.02 | - |
| YUV | 147.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 211 | 0.17 | 0.43 | 0 | 0.17 | 276 | 0.51 | 0.65 |
| Hex | AF | 79 | D3 | 11 | 2B | 0 | 11 | 114 | 33 | 41 |
| Octal | 257 | 171 | 323 | 21 | 53 | 0 | 21 | 424 | 63 | 101 |
| Binary | 10101111 | 1111001 | 11010011 | 10001 | 101011 | 0 | 10001 | 100010100 | 110011 | 1000001 |
Color Harmonies of #AF79D3
Complementary color
Monochromatic Colors of #AF79D3
Black with #AF79D3
Text Example
Text Example
White with #AF79D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF79D3; }
p { color: rgb(175,121,211); }
H1.HeaderClassName
{
color: #AF79D3;
}
.AnyTagClassName
{
color: #AF79D3;
}
</style>
background-color css
<style>
a { background-color: #AF79D3; }
a { background-color: rgb(175,121,211); }
div.DivClassName
{
background-color: #AF79D3;
}
.BgClassName
{
background-color: #AF79D3;
}
</style>
border-color css
<style>
span { border-color: #AF79D3; }
span { border-color: rgb(175,121,211); }
td.TdClassName
{
border-color: #AF79D3;
}
.TagClassName
{
border-color: #AF79D3;
}
</style>