Shades of East Side #AF7BC7
Tints of East Side #AF7BC7
RGB
CMYK
RGB Variations
Color information
#AF7BC7 (or 0xAF7BC7) is known color: East Side. HEX triplet: AF, 7B and C7. RGB value is (175,123,199). Sum of RGB (Red+Green+Blue) = 175+123+199=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF7BC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BC7 is #508438. Grayscale: #929292. Windows color (decimal): -5276729 or 13073327. OLE color: 13073327.
HSL color Cylindrical-coordinate representation of color #AF7BC7: hue angle of 281.05º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF7BC7 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 123 | 199 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.22 |
| HSL | 281.05º | 0.4% | 0.63% | - |
| HSV(B) | 281.05º | 0.38% | 0.78% | - |
| XYZ | 35.07 | 27.4 | 57.47 | - |
| YUV | 147.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 199 | 0.12 | 0.38 | 0 | 0.22 | 281.05 | 0.4 | 0.63 |
| Hex | AF | 7B | C7 | C | 26 | 0 | 16 | 119 | 28 | 3F |
| Octal | 257 | 173 | 307 | 14 | 46 | 0 | 26 | 431 | 50 | 77 |
| Binary | 10101111 | 1111011 | 11000111 | 1100 | 100110 | 0 | 10110 | 100011001 | 101000 | 111111 |
Color Harmonies of #AF7BC7
Complementary color
Monochromatic Colors of #AF7BC7
Black with #AF7BC7
Text Example
Text Example
White with #AF7BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BC7; }
p { color: rgb(175,123,199); }
H1.HeaderClassName
{
color: #AF7BC7;
}
.AnyTagClassName
{
color: #AF7BC7;
}
</style>
background-color css
<style>
a { background-color: #AF7BC7; }
a { background-color: rgb(175,123,199); }
div.DivClassName
{
background-color: #AF7BC7;
}
.BgClassName
{
background-color: #AF7BC7;
}
</style>
border-color css
<style>
span { border-color: #AF7BC7; }
span { border-color: rgb(175,123,199); }
td.TdClassName
{
border-color: #AF7BC7;
}
.TagClassName
{
border-color: #AF7BC7;
}
</style>