Shades of East Side #AF8AB6
Tints of East Side #AF8AB6
RGB
CMYK
RGB Variations
Color information
#AF8AB6 (or 0xAF8AB6) is known color: East Side. HEX triplet: AF, 8A and B6. RGB value is (175,138,182). Sum of RGB (Red+Green+Blue) = 175+138+182=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF8AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AB6 is #507549. Grayscale: #999999. Windows color (decimal): -5272906 or 11963055. OLE color: 11963055.
HSL color Cylindrical-coordinate representation of color #AF8AB6: hue angle of 290.45º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8AB6 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 138 | 182 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.29 |
| HSL | 290.45º | 0.23% | 0.63% | - |
| HSV(B) | 290.45º | 0.24% | 0.71% | - |
| XYZ | 35.21 | 30.67 | 48.32 | - |
| YUV | 154.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 182 | 0.04 | 0.24 | 0 | 0.29 | 290.45 | 0.23 | 0.63 |
| Hex | AF | 8A | B6 | 4 | 18 | 0 | 1D | 122 | 17 | 3F |
| Octal | 257 | 212 | 266 | 4 | 30 | 0 | 35 | 442 | 27 | 77 |
| Binary | 10101111 | 10001010 | 10110110 | 100 | 11000 | 0 | 11101 | 100100010 | 10111 | 111111 |
Color Harmonies of #AF8AB6
Complementary color
Monochromatic Colors of #AF8AB6
Black with #AF8AB6
Text Example
Text Example
White with #AF8AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8AB6; }
p { color: rgb(175,138,182); }
H1.HeaderClassName
{
color: #AF8AB6;
}
.AnyTagClassName
{
color: #AF8AB6;
}
</style>
background-color css
<style>
a { background-color: #AF8AB6; }
a { background-color: rgb(175,138,182); }
div.DivClassName
{
background-color: #AF8AB6;
}
.BgClassName
{
background-color: #AF8AB6;
}
</style>
border-color css
<style>
span { border-color: #AF8AB6; }
span { border-color: rgb(175,138,182); }
td.TdClassName
{
border-color: #AF8AB6;
}
.TagClassName
{
border-color: #AF8AB6;
}
</style>