Shades of East Side #AF8FBD
Tints of East Side #AF8FBD
RGB
CMYK
RGB Variations
Color information
#AF8FBD (or 0xAF8FBD) is known color: East Side. HEX triplet: AF, 8F and BD. RGB value is (175,143,189). Sum of RGB (Red+Green+Blue) = 175+143+189=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF8FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FBD is #507042. Grayscale: #9D9D9D. Windows color (decimal): -5271619 or 12423087. OLE color: 12423087.
HSL color Cylindrical-coordinate representation of color #AF8FBD: hue angle of 281.74º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8FBD is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 143 | 189 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.26 |
| HSL | 281.74º | 0.26% | 0.65% | - |
| HSV(B) | 281.74º | 0.24% | 0.74% | - |
| XYZ | 36.69 | 32.43 | 52.47 | - |
| YUV | 157.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 189 | 0.07 | 0.24 | 0 | 0.26 | 281.74 | 0.26 | 0.65 |
| Hex | AF | 8F | BD | 7 | 18 | 0 | 1A | 11A | 1A | 41 |
| Octal | 257 | 217 | 275 | 7 | 30 | 0 | 32 | 432 | 32 | 101 |
| Binary | 10101111 | 10001111 | 10111101 | 111 | 11000 | 0 | 11010 | 100011010 | 11010 | 1000001 |
Color Harmonies of #AF8FBD
Complementary color
Monochromatic Colors of #AF8FBD
Black with #AF8FBD
Text Example
Text Example
White with #AF8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FBD; }
p { color: rgb(175,143,189); }
H1.HeaderClassName
{
color: #AF8FBD;
}
.AnyTagClassName
{
color: #AF8FBD;
}
</style>
background-color css
<style>
a { background-color: #AF8FBD; }
a { background-color: rgb(175,143,189); }
div.DivClassName
{
background-color: #AF8FBD;
}
.BgClassName
{
background-color: #AF8FBD;
}
</style>
border-color css
<style>
span { border-color: #AF8FBD; }
span { border-color: rgb(175,143,189); }
td.TdClassName
{
border-color: #AF8FBD;
}
.TagClassName
{
border-color: #AF8FBD;
}
</style>