Shades of East Side #AF8AB4
Tints of East Side #AF8AB4
RGB
CMYK
RGB Variations
Color information
#AF8AB4 (or 0xAF8AB4) is known color: East Side. HEX triplet: AF, 8A and B4. RGB value is (175,138,180). Sum of RGB (Red+Green+Blue) = 175+138+180=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF8AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AB4 is #50754B. Grayscale: #999999. Windows color (decimal): -5272908 or 11831983. OLE color: 11831983.
HSL color Cylindrical-coordinate representation of color #AF8AB4: hue angle of 292.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF8AB4 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 138 | 180 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.29 |
| HSL | 292.86º | 0.22% | 0.62% | - |
| HSV(B) | 292.86º | 0.23% | 0.71% | - |
| XYZ | 35.01 | 30.59 | 47.24 | - |
| YUV | 153.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 180 | 0.03 | 0.23 | 0 | 0.29 | 292.86 | 0.22 | 0.62 |
| Hex | AF | 8A | B4 | 3 | 17 | 0 | 1D | 125 | 16 | 3E |
| Octal | 257 | 212 | 264 | 3 | 27 | 0 | 35 | 445 | 26 | 76 |
| Binary | 10101111 | 10001010 | 10110100 | 11 | 10111 | 0 | 11101 | 100100101 | 10110 | 111110 |
Color Harmonies of #AF8AB4
Complementary color
Monochromatic Colors of #AF8AB4
Black with #AF8AB4
Text Example
Text Example
White with #AF8AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8AB4; }
p { color: rgb(175,138,180); }
H1.HeaderClassName
{
color: #AF8AB4;
}
.AnyTagClassName
{
color: #AF8AB4;
}
</style>
background-color css
<style>
a { background-color: #AF8AB4; }
a { background-color: rgb(175,138,180); }
div.DivClassName
{
background-color: #AF8AB4;
}
.BgClassName
{
background-color: #AF8AB4;
}
</style>
border-color css
<style>
span { border-color: #AF8AB4; }
span { border-color: rgb(175,138,180); }
td.TdClassName
{
border-color: #AF8AB4;
}
.TagClassName
{
border-color: #AF8AB4;
}
</style>