Shades of East Side #AF8ABB
Tints of East Side #AF8ABB
RGB
CMYK
RGB Variations
Color information
#AF8ABB (or 0xAF8ABB) is known color: East Side. HEX triplet: AF, 8A and BB. RGB value is (175,138,187). Sum of RGB (Red+Green+Blue) = 175+138+187=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF8ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ABB is #507544. Grayscale: #9A9A9A. Windows color (decimal): -5272901 or 12290735. OLE color: 12290735.
HSL color Cylindrical-coordinate representation of color #AF8ABB: hue angle of 285.31º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8ABB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 138 | 187 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.27 |
| HSL | 285.31º | 0.26% | 0.64% | - |
| HSV(B) | 285.31º | 0.26% | 0.73% | - |
| XYZ | 35.74 | 30.88 | 51.09 | - |
| YUV | 154.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 187 | 0.06 | 0.26 | 0 | 0.27 | 285.31 | 0.26 | 0.64 |
| Hex | AF | 8A | BB | 6 | 1A | 0 | 1B | 11D | 1A | 40 |
| Octal | 257 | 212 | 273 | 6 | 32 | 0 | 33 | 435 | 32 | 100 |
| Binary | 10101111 | 10001010 | 10111011 | 110 | 11010 | 0 | 11011 | 100011101 | 11010 | 1000000 |
Color Harmonies of #AF8ABB
Complementary color
Monochromatic Colors of #AF8ABB
Black with #AF8ABB
Text Example
Text Example
White with #AF8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8ABB; }
p { color: rgb(175,138,187); }
H1.HeaderClassName
{
color: #AF8ABB;
}
.AnyTagClassName
{
color: #AF8ABB;
}
</style>
background-color css
<style>
a { background-color: #AF8ABB; }
a { background-color: rgb(175,138,187); }
div.DivClassName
{
background-color: #AF8ABB;
}
.BgClassName
{
background-color: #AF8ABB;
}
</style>
border-color css
<style>
span { border-color: #AF8ABB; }
span { border-color: rgb(175,138,187); }
td.TdClassName
{
border-color: #AF8ABB;
}
.TagClassName
{
border-color: #AF8ABB;
}
</style>