Shades of East Side #AF8DBD
Tints of East Side #AF8DBD
RGB
CMYK
RGB Variations
Color information
#AF8DBD (or 0xAF8DBD) is known color: East Side. HEX triplet: AF, 8D and BD. RGB value is (175,141,189). Sum of RGB (Red+Green+Blue) = 175+141+189=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF8DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DBD is #507242. Grayscale: #9C9C9C. Windows color (decimal): -5272131 or 12422575. OLE color: 12422575.
HSL color Cylindrical-coordinate representation of color #AF8DBD: hue angle of 282.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF8DBD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 141 | 189 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.26 |
| HSL | 282.5º | 0.27% | 0.65% | - |
| HSV(B) | 282.5º | 0.25% | 0.74% | - |
| XYZ | 36.39 | 31.84 | 52.37 | - |
| YUV | 156.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 189 | 0.07 | 0.25 | 0 | 0.26 | 282.5 | 0.27 | 0.65 |
| Hex | AF | 8D | BD | 7 | 19 | 0 | 1A | 11A | 1B | 41 |
| Octal | 257 | 215 | 275 | 7 | 31 | 0 | 32 | 432 | 33 | 101 |
| Binary | 10101111 | 10001101 | 10111101 | 111 | 11001 | 0 | 11010 | 100011010 | 11011 | 1000001 |
Color Harmonies of #AF8DBD
Complementary color
Monochromatic Colors of #AF8DBD
Black with #AF8DBD
Text Example
Text Example
White with #AF8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8DBD; }
p { color: rgb(175,141,189); }
H1.HeaderClassName
{
color: #AF8DBD;
}
.AnyTagClassName
{
color: #AF8DBD;
}
</style>
background-color css
<style>
a { background-color: #AF8DBD; }
a { background-color: rgb(175,141,189); }
div.DivClassName
{
background-color: #AF8DBD;
}
.BgClassName
{
background-color: #AF8DBD;
}
</style>
border-color css
<style>
span { border-color: #AF8DBD; }
span { border-color: rgb(175,141,189); }
td.TdClassName
{
border-color: #AF8DBD;
}
.TagClassName
{
border-color: #AF8DBD;
}
</style>