Shades of East Side #AF9CBC
Tints of East Side #AF9CBC
RGB
CMYK
RGB Variations
Color information
#AF9CBC (or 0xAF9CBC) is known color: East Side. HEX triplet: AF, 9C and BC. RGB value is (175,156,188). Sum of RGB (Red+Green+Blue) = 175+156+188=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF9CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CBC is #506343. Grayscale: #A5A5A5. Windows color (decimal): -5268292 or 12360879. OLE color: 12360879.
HSL color Cylindrical-coordinate representation of color #AF9CBC: hue angle of 275.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9CBC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 156 | 188 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.26 |
| HSL | 275.63º | 0.19% | 0.67% | - |
| HSV(B) | 275.63º | 0.17% | 0.74% | - |
| XYZ | 38.64 | 36.52 | 52.59 | - |
| YUV | 165.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 188 | 0.07 | 0.17 | 0 | 0.26 | 275.63 | 0.19 | 0.67 |
| Hex | AF | 9C | BC | 7 | 11 | 0 | 1A | 114 | 13 | 43 |
| Octal | 257 | 234 | 274 | 7 | 21 | 0 | 32 | 424 | 23 | 103 |
| Binary | 10101111 | 10011100 | 10111100 | 111 | 10001 | 0 | 11010 | 100010100 | 10011 | 1000011 |
Color Harmonies of #AF9CBC
Complementary color
Monochromatic Colors of #AF9CBC
Black with #AF9CBC
Text Example
Text Example
White with #AF9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9CBC; }
p { color: rgb(175,156,188); }
H1.HeaderClassName
{
color: #AF9CBC;
}
.AnyTagClassName
{
color: #AF9CBC;
}
</style>
background-color css
<style>
a { background-color: #AF9CBC; }
a { background-color: rgb(175,156,188); }
div.DivClassName
{
background-color: #AF9CBC;
}
.BgClassName
{
background-color: #AF9CBC;
}
</style>
border-color css
<style>
span { border-color: #AF9CBC; }
span { border-color: rgb(175,156,188); }
td.TdClassName
{
border-color: #AF9CBC;
}
.TagClassName
{
border-color: #AF9CBC;
}
</style>