Shades of East Side #AF7EBA
Tints of East Side #AF7EBA
RGB
CMYK
RGB Variations
Color information
#AF7EBA (or 0xAF7EBA) is known color: East Side. HEX triplet: AF, 7E and BA. RGB value is (175,126,186). Sum of RGB (Red+Green+Blue) = 175+126+186=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EBA is #508145. Grayscale: #939393. Windows color (decimal): -5275974 or 12222127. OLE color: 12222127.
HSL color Cylindrical-coordinate representation of color #AF7EBA: hue angle of 289º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF7EBA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 126 | 186 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.27 |
| HSL | 289º | 0.3% | 0.61% | - |
| HSV(B) | 289º | 0.32% | 0.73% | - |
| XYZ | 34 | 27.58 | 49.99 | - |
| YUV | 147.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 186 | 0.06 | 0.32 | 0 | 0.27 | 289 | 0.3 | 0.61 |
| Hex | AF | 7E | BA | 6 | 20 | 0 | 1B | 121 | 1E | 3D |
| Octal | 257 | 176 | 272 | 6 | 40 | 0 | 33 | 441 | 36 | 75 |
| Binary | 10101111 | 1111110 | 10111010 | 110 | 100000 | 0 | 11011 | 100100001 | 11110 | 111101 |
Color Harmonies of #AF7EBA
Complementary color
Monochromatic Colors of #AF7EBA
Black with #AF7EBA
Text Example
Text Example
White with #AF7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7EBA; }
p { color: rgb(175,126,186); }
H1.HeaderClassName
{
color: #AF7EBA;
}
.AnyTagClassName
{
color: #AF7EBA;
}
</style>
background-color css
<style>
a { background-color: #AF7EBA; }
a { background-color: rgb(175,126,186); }
div.DivClassName
{
background-color: #AF7EBA;
}
.BgClassName
{
background-color: #AF7EBA;
}
</style>
border-color css
<style>
span { border-color: #AF7EBA; }
span { border-color: rgb(175,126,186); }
td.TdClassName
{
border-color: #AF7EBA;
}
.TagClassName
{
border-color: #AF7EBA;
}
</style>