Shades of East Side #AF8ABE
Tints of East Side #AF8ABE
RGB
CMYK
RGB Variations
Color information
#AF8ABE (or 0xAF8ABE) is known color: East Side. HEX triplet: AF, 8A and BE. RGB value is (175,138,190). Sum of RGB (Red+Green+Blue) = 175+138+190=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ABE is #507541. Grayscale: #9A9A9A. Windows color (decimal): -5272898 or 12487343. OLE color: 12487343.
HSL color Cylindrical-coordinate representation of color #AF8ABE: hue angle of 282.69º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8ABE is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 138 | 190 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.25 |
| HSL | 282.69º | 0.29% | 0.64% | - |
| HSV(B) | 282.69º | 0.27% | 0.75% | - |
| XYZ | 36.06 | 31.01 | 52.8 | - |
| YUV | 154.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 190 | 0.08 | 0.27 | 0 | 0.25 | 282.69 | 0.29 | 0.64 |
| Hex | AF | 8A | BE | 8 | 1B | 0 | 19 | 11B | 1D | 40 |
| Octal | 257 | 212 | 276 | 10 | 33 | 0 | 31 | 433 | 35 | 100 |
| Binary | 10101111 | 10001010 | 10111110 | 1000 | 11011 | 0 | 11001 | 100011011 | 11101 | 1000000 |
Color Harmonies of #AF8ABE
Complementary color
Monochromatic Colors of #AF8ABE
Black with #AF8ABE
Text Example
Text Example
White with #AF8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8ABE; }
p { color: rgb(175,138,190); }
H1.HeaderClassName
{
color: #AF8ABE;
}
.AnyTagClassName
{
color: #AF8ABE;
}
</style>
background-color css
<style>
a { background-color: #AF8ABE; }
a { background-color: rgb(175,138,190); }
div.DivClassName
{
background-color: #AF8ABE;
}
.BgClassName
{
background-color: #AF8ABE;
}
</style>
border-color css
<style>
span { border-color: #AF8ABE; }
span { border-color: rgb(175,138,190); }
td.TdClassName
{
border-color: #AF8ABE;
}
.TagClassName
{
border-color: #AF8ABE;
}
</style>