Shades of East Side #AF9CBD
Tints of East Side #AF9CBD
RGB
CMYK
RGB Variations
Color information
#AF9CBD (or 0xAF9CBD) is known color: East Side. HEX triplet: AF, 9C and BD. RGB value is (175,156,189). Sum of RGB (Red+Green+Blue) = 175+156+189=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF9CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CBD is #506342. Grayscale: #A5A5A5. Windows color (decimal): -5268291 or 12426415. OLE color: 12426415.
HSL color Cylindrical-coordinate representation of color #AF9CBD: hue angle of 274.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9CBD is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 156 | 189 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.26 |
| HSL | 274.55º | 0.2% | 0.68% | - |
| HSV(B) | 274.55º | 0.17% | 0.74% | - |
| XYZ | 38.75 | 36.57 | 53.16 | - |
| YUV | 165.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 189 | 0.07 | 0.17 | 0 | 0.26 | 274.55 | 0.2 | 0.68 |
| Hex | AF | 9C | BD | 7 | 11 | 0 | 1A | 113 | 14 | 44 |
| Octal | 257 | 234 | 275 | 7 | 21 | 0 | 32 | 423 | 24 | 104 |
| Binary | 10101111 | 10011100 | 10111101 | 111 | 10001 | 0 | 11010 | 100010011 | 10100 | 1000100 |
Color Harmonies of #AF9CBD
Complementary color
Monochromatic Colors of #AF9CBD
Black with #AF9CBD
Text Example
Text Example
White with #AF9CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9CBD; }
p { color: rgb(175,156,189); }
H1.HeaderClassName
{
color: #AF9CBD;
}
.AnyTagClassName
{
color: #AF9CBD;
}
</style>
background-color css
<style>
a { background-color: #AF9CBD; }
a { background-color: rgb(175,156,189); }
div.DivClassName
{
background-color: #AF9CBD;
}
.BgClassName
{
background-color: #AF9CBD;
}
</style>
border-color css
<style>
span { border-color: #AF9CBD; }
span { border-color: rgb(175,156,189); }
td.TdClassName
{
border-color: #AF9CBD;
}
.TagClassName
{
border-color: #AF9CBD;
}
</style>