Shades of East Side #AF7ED4
Tints of East Side #AF7ED4
RGB
CMYK
RGB Variations
Color information
#AF7ED4 (or 0xAF7ED4) is known color: East Side. HEX triplet: AF, 7E and D4. RGB value is (175,126,212). Sum of RGB (Red+Green+Blue) = 175+126+212=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF7ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ED4 is #50812B. Grayscale: #969696. Windows color (decimal): -5275948 or 13926063. OLE color: 13926063.
HSL color Cylindrical-coordinate representation of color #AF7ED4: hue angle of 274.19º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF7ED4 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 126 | 212 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.17 |
| HSL | 274.19º | 0.5% | 0.66% | - |
| HSV(B) | 274.19º | 0.41% | 0.83% | - |
| XYZ | 37.02 | 28.79 | 65.89 | - |
| YUV | 150.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 212 | 0.17 | 0.41 | 0 | 0.17 | 274.19 | 0.5 | 0.66 |
| Hex | AF | 7E | D4 | 11 | 29 | 0 | 11 | 112 | 32 | 42 |
| Octal | 257 | 176 | 324 | 21 | 51 | 0 | 21 | 422 | 62 | 102 |
| Binary | 10101111 | 1111110 | 11010100 | 10001 | 101001 | 0 | 10001 | 100010010 | 110010 | 1000010 |
Color Harmonies of #AF7ED4
Complementary color
Monochromatic Colors of #AF7ED4
Black with #AF7ED4
Text Example
Text Example
White with #AF7ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7ED4; }
p { color: rgb(175,126,212); }
H1.HeaderClassName
{
color: #AF7ED4;
}
.AnyTagClassName
{
color: #AF7ED4;
}
</style>
background-color css
<style>
a { background-color: #AF7ED4; }
a { background-color: rgb(175,126,212); }
div.DivClassName
{
background-color: #AF7ED4;
}
.BgClassName
{
background-color: #AF7ED4;
}
</style>
border-color css
<style>
span { border-color: #AF7ED4; }
span { border-color: rgb(175,126,212); }
td.TdClassName
{
border-color: #AF7ED4;
}
.TagClassName
{
border-color: #AF7ED4;
}
</style>