Shades of East Side #AF93BC
Tints of East Side #AF93BC
RGB
CMYK
RGB Variations
Color information
#AF93BC (or 0xAF93BC) is known color: East Side. HEX triplet: AF, 93 and BC. RGB value is (175,147,188). Sum of RGB (Red+Green+Blue) = 175+147+188=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF93BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93BC is #506C43. Grayscale: #9F9F9F. Windows color (decimal): -5270596 or 12358575. OLE color: 12358575.
HSL color Cylindrical-coordinate representation of color #AF93BC: hue angle of 280.98º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF93BC is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 147 | 188 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.26 |
| HSL | 280.98º | 0.23% | 0.66% | - |
| HSV(B) | 280.98º | 0.22% | 0.74% | - |
| XYZ | 37.19 | 33.61 | 52.1 | - |
| YUV | 160.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 188 | 0.07 | 0.22 | 0 | 0.26 | 280.98 | 0.23 | 0.66 |
| Hex | AF | 93 | BC | 7 | 16 | 0 | 1A | 119 | 17 | 42 |
| Octal | 257 | 223 | 274 | 7 | 26 | 0 | 32 | 431 | 27 | 102 |
| Binary | 10101111 | 10010011 | 10111100 | 111 | 10110 | 0 | 11010 | 100011001 | 10111 | 1000010 |
Color Harmonies of #AF93BC
Complementary color
Monochromatic Colors of #AF93BC
Black with #AF93BC
Text Example
Text Example
White with #AF93BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93BC; }
p { color: rgb(175,147,188); }
H1.HeaderClassName
{
color: #AF93BC;
}
.AnyTagClassName
{
color: #AF93BC;
}
</style>
background-color css
<style>
a { background-color: #AF93BC; }
a { background-color: rgb(175,147,188); }
div.DivClassName
{
background-color: #AF93BC;
}
.BgClassName
{
background-color: #AF93BC;
}
</style>
border-color css
<style>
span { border-color: #AF93BC; }
span { border-color: rgb(175,147,188); }
td.TdClassName
{
border-color: #AF93BC;
}
.TagClassName
{
border-color: #AF93BC;
}
</style>