Shades of East Side #AF8BBC
Tints of East Side #AF8BBC
RGB
CMYK
RGB Variations
Color information
#AF8BBC (or 0xAF8BBC) is known color: East Side. HEX triplet: AF, 8B and BC. RGB value is (175,139,188). Sum of RGB (Red+Green+Blue) = 175+139+188=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF8BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BBC is #507443. Grayscale: #9B9B9B. Windows color (decimal): -5272644 or 12356527. OLE color: 12356527.
HSL color Cylindrical-coordinate representation of color #AF8BBC: hue angle of 284.08º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8BBC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 139 | 188 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.26 |
| HSL | 284.08º | 0.27% | 0.64% | - |
| HSV(B) | 284.08º | 0.26% | 0.74% | - |
| XYZ | 35.99 | 31.21 | 51.7 | - |
| YUV | 155.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 188 | 0.07 | 0.26 | 0 | 0.26 | 284.08 | 0.27 | 0.64 |
| Hex | AF | 8B | BC | 7 | 1A | 0 | 1A | 11C | 1B | 40 |
| Octal | 257 | 213 | 274 | 7 | 32 | 0 | 32 | 434 | 33 | 100 |
| Binary | 10101111 | 10001011 | 10111100 | 111 | 11010 | 0 | 11010 | 100011100 | 11011 | 1000000 |
Color Harmonies of #AF8BBC
Complementary color
Monochromatic Colors of #AF8BBC
Black with #AF8BBC
Text Example
Text Example
White with #AF8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BBC; }
p { color: rgb(175,139,188); }
H1.HeaderClassName
{
color: #AF8BBC;
}
.AnyTagClassName
{
color: #AF8BBC;
}
</style>
background-color css
<style>
a { background-color: #AF8BBC; }
a { background-color: rgb(175,139,188); }
div.DivClassName
{
background-color: #AF8BBC;
}
.BgClassName
{
background-color: #AF8BBC;
}
</style>
border-color css
<style>
span { border-color: #AF8BBC; }
span { border-color: rgb(175,139,188); }
td.TdClassName
{
border-color: #AF8BBC;
}
.TagClassName
{
border-color: #AF8BBC;
}
</style>