Shades of East Side #AF9BBD
Tints of East Side #AF9BBD
RGB
CMYK
RGB Variations
Color information
#AF9BBD (or 0xAF9BBD) is known color: East Side. HEX triplet: AF, 9B and BD. RGB value is (175,155,189). Sum of RGB (Red+Green+Blue) = 175+155+189=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF9BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BBD is #506442. Grayscale: #A4A4A4. Windows color (decimal): -5268547 or 12426159. OLE color: 12426159.
HSL color Cylindrical-coordinate representation of color #AF9BBD: hue angle of 275.29º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF9BBD is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 155 | 189 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.26 |
| HSL | 275.29º | 0.2% | 0.67% | - |
| HSV(B) | 275.29º | 0.18% | 0.74% | - |
| XYZ | 38.59 | 36.23 | 53.1 | - |
| YUV | 164.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 189 | 0.07 | 0.18 | 0 | 0.26 | 275.29 | 0.2 | 0.67 |
| Hex | AF | 9B | BD | 7 | 12 | 0 | 1A | 113 | 14 | 43 |
| Octal | 257 | 233 | 275 | 7 | 22 | 0 | 32 | 423 | 24 | 103 |
| Binary | 10101111 | 10011011 | 10111101 | 111 | 10010 | 0 | 11010 | 100010011 | 10100 | 1000011 |
Color Harmonies of #AF9BBD
Complementary color
Monochromatic Colors of #AF9BBD
Black with #AF9BBD
Text Example
Text Example
White with #AF9BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9BBD; }
p { color: rgb(175,155,189); }
H1.HeaderClassName
{
color: #AF9BBD;
}
.AnyTagClassName
{
color: #AF9BBD;
}
</style>
background-color css
<style>
a { background-color: #AF9BBD; }
a { background-color: rgb(175,155,189); }
div.DivClassName
{
background-color: #AF9BBD;
}
.BgClassName
{
background-color: #AF9BBD;
}
</style>
border-color css
<style>
span { border-color: #AF9BBD; }
span { border-color: rgb(175,155,189); }
td.TdClassName
{
border-color: #AF9BBD;
}
.TagClassName
{
border-color: #AF9BBD;
}
</style>