Shades of East Side #AF76BD
Tints of East Side #AF76BD
RGB
CMYK
RGB Variations
Color information
#AF76BD (or 0xAF76BD) is known color: East Side. HEX triplet: AF, 76 and BD. RGB value is (175,118,189). Sum of RGB (Red+Green+Blue) = 175+118+189=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF76BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76BD is #508942. Grayscale: #8E8E8E. Windows color (decimal): -5278019 or 12416687. OLE color: 12416687.
HSL color Cylindrical-coordinate representation of color #AF76BD: hue angle of 288.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF76BD is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 118 | 189 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.26 |
| HSL | 288.17º | 0.35% | 0.6% | - |
| HSV(B) | 288.17º | 0.38% | 0.74% | - |
| XYZ | 33.34 | 25.74 | 51.36 | - |
| YUV | 143.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 189 | 0.07 | 0.38 | 0 | 0.26 | 288.17 | 0.35 | 0.6 |
| Hex | AF | 76 | BD | 7 | 26 | 0 | 1A | 120 | 23 | 3C |
| Octal | 257 | 166 | 275 | 7 | 46 | 0 | 32 | 440 | 43 | 74 |
| Binary | 10101111 | 1110110 | 10111101 | 111 | 100110 | 0 | 11010 | 100100000 | 100011 | 111100 |
Color Harmonies of #AF76BD
Complementary color
Monochromatic Colors of #AF76BD
Black with #AF76BD
Text Example
Text Example
White with #AF76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76BD; }
p { color: rgb(175,118,189); }
H1.HeaderClassName
{
color: #AF76BD;
}
.AnyTagClassName
{
color: #AF76BD;
}
</style>
background-color css
<style>
a { background-color: #AF76BD; }
a { background-color: rgb(175,118,189); }
div.DivClassName
{
background-color: #AF76BD;
}
.BgClassName
{
background-color: #AF76BD;
}
</style>
border-color css
<style>
span { border-color: #AF76BD; }
span { border-color: rgb(175,118,189); }
td.TdClassName
{
border-color: #AF76BD;
}
.TagClassName
{
border-color: #AF76BD;
}
</style>