Shades of East Side #AF8CBD
Tints of East Side #AF8CBD
RGB
CMYK
RGB Variations
Color information
#AF8CBD (or 0xAF8CBD) is known color: East Side. HEX triplet: AF, 8C and BD. RGB value is (175,140,189). Sum of RGB (Red+Green+Blue) = 175+140+189=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF8CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CBD is #507342. Grayscale: #9B9B9B. Windows color (decimal): -5272387 or 12422319. OLE color: 12422319.
HSL color Cylindrical-coordinate representation of color #AF8CBD: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8CBD is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 140 | 189 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.26 |
| HSL | 282.86º | 0.27% | 0.65% | - |
| HSV(B) | 282.86º | 0.26% | 0.74% | - |
| XYZ | 36.24 | 31.54 | 52.32 | - |
| YUV | 156.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 189 | 0.07 | 0.26 | 0 | 0.26 | 282.86 | 0.27 | 0.65 |
| Hex | AF | 8C | BD | 7 | 1A | 0 | 1A | 11B | 1B | 41 |
| Octal | 257 | 214 | 275 | 7 | 32 | 0 | 32 | 433 | 33 | 101 |
| Binary | 10101111 | 10001100 | 10111101 | 111 | 11010 | 0 | 11010 | 100011011 | 11011 | 1000001 |
Color Harmonies of #AF8CBD
Complementary color
Monochromatic Colors of #AF8CBD
Black with #AF8CBD
Text Example
Text Example
White with #AF8CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CBD; }
p { color: rgb(175,140,189); }
H1.HeaderClassName
{
color: #AF8CBD;
}
.AnyTagClassName
{
color: #AF8CBD;
}
</style>
background-color css
<style>
a { background-color: #AF8CBD; }
a { background-color: rgb(175,140,189); }
div.DivClassName
{
background-color: #AF8CBD;
}
.BgClassName
{
background-color: #AF8CBD;
}
</style>
border-color css
<style>
span { border-color: #AF8CBD; }
span { border-color: rgb(175,140,189); }
td.TdClassName
{
border-color: #AF8CBD;
}
.TagClassName
{
border-color: #AF8CBD;
}
</style>