Shades of East Side #AF7FBF
Tints of East Side #AF7FBF
RGB
CMYK
RGB Variations
Color information
#AF7FBF (or 0xAF7FBF) is known color: East Side. HEX triplet: AF, 7F and BF. RGB value is (175,127,191). Sum of RGB (Red+Green+Blue) = 175+127+191=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF7FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FBF is #508040. Grayscale: #949494. Windows color (decimal): -5275713 or 12550063. OLE color: 12550063.
HSL color Cylindrical-coordinate representation of color #AF7FBF: hue angle of 285º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7FBF is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 127 | 191 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.25 |
| HSL | 285º | 0.33% | 0.62% | - |
| HSV(B) | 285º | 0.34% | 0.75% | - |
| XYZ | 34.67 | 28.05 | 52.88 | - |
| YUV | 148.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 191 | 0.08 | 0.34 | 0 | 0.25 | 285 | 0.33 | 0.62 |
| Hex | AF | 7F | BF | 8 | 22 | 0 | 19 | 11D | 21 | 3E |
| Octal | 257 | 177 | 277 | 10 | 42 | 0 | 31 | 435 | 41 | 76 |
| Binary | 10101111 | 1111111 | 10111111 | 1000 | 100010 | 0 | 11001 | 100011101 | 100001 | 111110 |
Color Harmonies of #AF7FBF
Complementary color
Monochromatic Colors of #AF7FBF
Black with #AF7FBF
Text Example
Text Example
White with #AF7FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FBF; }
p { color: rgb(175,127,191); }
H1.HeaderClassName
{
color: #AF7FBF;
}
.AnyTagClassName
{
color: #AF7FBF;
}
</style>
background-color css
<style>
a { background-color: #AF7FBF; }
a { background-color: rgb(175,127,191); }
div.DivClassName
{
background-color: #AF7FBF;
}
.BgClassName
{
background-color: #AF7FBF;
}
</style>
border-color css
<style>
span { border-color: #AF7FBF; }
span { border-color: rgb(175,127,191); }
td.TdClassName
{
border-color: #AF7FBF;
}
.TagClassName
{
border-color: #AF7FBF;
}
</style>