Shades of East Side #AF8CBB
Tints of East Side #AF8CBB
RGB
CMYK
RGB Variations
Color information
#AF8CBB (or 0xAF8CBB) is known color: East Side. HEX triplet: AF, 8C and BB. RGB value is (175,140,187). Sum of RGB (Red+Green+Blue) = 175+140+187=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF8CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CBB is #507344. Grayscale: #9B9B9B. Windows color (decimal): -5272389 or 12291247. OLE color: 12291247.
HSL color Cylindrical-coordinate representation of color #AF8CBB: hue angle of 284.68º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF8CBB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 140 | 187 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.27 |
| HSL | 284.68º | 0.26% | 0.64% | - |
| HSV(B) | 284.68º | 0.25% | 0.73% | - |
| XYZ | 36.03 | 31.46 | 51.19 | - |
| YUV | 155.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 187 | 0.06 | 0.25 | 0 | 0.27 | 284.68 | 0.26 | 0.64 |
| Hex | AF | 8C | BB | 6 | 19 | 0 | 1B | 11D | 1A | 40 |
| Octal | 257 | 214 | 273 | 6 | 31 | 0 | 33 | 435 | 32 | 100 |
| Binary | 10101111 | 10001100 | 10111011 | 110 | 11001 | 0 | 11011 | 100011101 | 11010 | 1000000 |
Color Harmonies of #AF8CBB
Complementary color
Monochromatic Colors of #AF8CBB
Black with #AF8CBB
Text Example
Text Example
White with #AF8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CBB; }
p { color: rgb(175,140,187); }
H1.HeaderClassName
{
color: #AF8CBB;
}
.AnyTagClassName
{
color: #AF8CBB;
}
</style>
background-color css
<style>
a { background-color: #AF8CBB; }
a { background-color: rgb(175,140,187); }
div.DivClassName
{
background-color: #AF8CBB;
}
.BgClassName
{
background-color: #AF8CBB;
}
</style>
border-color css
<style>
span { border-color: #AF8CBB; }
span { border-color: rgb(175,140,187); }
td.TdClassName
{
border-color: #AF8CBB;
}
.TagClassName
{
border-color: #AF8CBB;
}
</style>