Shades of East Side #AF7FBA
Tints of East Side #AF7FBA
RGB
CMYK
RGB Variations
Color information
#AF7FBA (or 0xAF7FBA) is known color: East Side. HEX triplet: AF, 7F and BA. RGB value is (175,127,186). Sum of RGB (Red+Green+Blue) = 175+127+186=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FBA is #508045. Grayscale: #939393. Windows color (decimal): -5275718 or 12222383. OLE color: 12222383.
HSL color Cylindrical-coordinate representation of color #AF7FBA: hue angle of 288.81º 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 #AF7FBA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 127 | 186 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.27 |
| HSL | 288.81º | 0.3% | 0.61% | - |
| HSV(B) | 288.81º | 0.32% | 0.73% | - |
| XYZ | 34.13 | 27.84 | 50.03 | - |
| YUV | 148.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 186 | 0.06 | 0.32 | 0 | 0.27 | 288.81 | 0.3 | 0.61 |
| Hex | AF | 7F | BA | 6 | 20 | 0 | 1B | 121 | 1E | 3D |
| Octal | 257 | 177 | 272 | 6 | 40 | 0 | 33 | 441 | 36 | 75 |
| Binary | 10101111 | 1111111 | 10111010 | 110 | 100000 | 0 | 11011 | 100100001 | 11110 | 111101 |
Color Harmonies of #AF7FBA
Complementary color
Monochromatic Colors of #AF7FBA
Black with #AF7FBA
Text Example
Text Example
White with #AF7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FBA; }
p { color: rgb(175,127,186); }
H1.HeaderClassName
{
color: #AF7FBA;
}
.AnyTagClassName
{
color: #AF7FBA;
}
</style>
background-color css
<style>
a { background-color: #AF7FBA; }
a { background-color: rgb(175,127,186); }
div.DivClassName
{
background-color: #AF7FBA;
}
.BgClassName
{
background-color: #AF7FBA;
}
</style>
border-color css
<style>
span { border-color: #AF7FBA; }
span { border-color: rgb(175,127,186); }
td.TdClassName
{
border-color: #AF7FBA;
}
.TagClassName
{
border-color: #AF7FBA;
}
</style>