Shades of East Side #AF7BBB
Tints of East Side #AF7BBB
RGB
CMYK
RGB Variations
Color information
#AF7BBB (or 0xAF7BBB) is known color: East Side. HEX triplet: AF, 7B and BB. RGB value is (175,123,187). Sum of RGB (Red+Green+Blue) = 175+123+187=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BBB is #508444. Grayscale: #919191. Windows color (decimal): -5276741 or 12286895. OLE color: 12286895.
HSL color Cylindrical-coordinate representation of color #AF7BBB: hue angle of 288.75º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7BBB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 123 | 187 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.27 |
| HSL | 288.75º | 0.32% | 0.61% | - |
| HSV(B) | 288.75º | 0.34% | 0.73% | - |
| XYZ | 33.73 | 26.87 | 50.42 | - |
| YUV | 145.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 187 | 0.06 | 0.34 | 0 | 0.27 | 288.75 | 0.32 | 0.61 |
| Hex | AF | 7B | BB | 6 | 22 | 0 | 1B | 121 | 20 | 3D |
| Octal | 257 | 173 | 273 | 6 | 42 | 0 | 33 | 441 | 40 | 75 |
| Binary | 10101111 | 1111011 | 10111011 | 110 | 100010 | 0 | 11011 | 100100001 | 100000 | 111101 |
Color Harmonies of #AF7BBB
Complementary color
Monochromatic Colors of #AF7BBB
Black with #AF7BBB
Text Example
Text Example
White with #AF7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BBB; }
p { color: rgb(175,123,187); }
H1.HeaderClassName
{
color: #AF7BBB;
}
.AnyTagClassName
{
color: #AF7BBB;
}
</style>
background-color css
<style>
a { background-color: #AF7BBB; }
a { background-color: rgb(175,123,187); }
div.DivClassName
{
background-color: #AF7BBB;
}
.BgClassName
{
background-color: #AF7BBB;
}
</style>
border-color css
<style>
span { border-color: #AF7BBB; }
span { border-color: rgb(175,123,187); }
td.TdClassName
{
border-color: #AF7BBB;
}
.TagClassName
{
border-color: #AF7BBB;
}
</style>