Shades of East Side #AF93BE
Tints of East Side #AF93BE
RGB
CMYK
RGB Variations
Color information
#AF93BE (or 0xAF93BE) is known color: East Side. HEX triplet: AF, 93 and BE. RGB value is (175,147,190). Sum of RGB (Red+Green+Blue) = 175+147+190=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93BE is #506C41. Grayscale: #A0A0A0. Windows color (decimal): -5270594 or 12489647. OLE color: 12489647.
HSL color Cylindrical-coordinate representation of color #AF93BE: hue angle of 279.07º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF93BE is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 147 | 190 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.25 |
| HSL | 279.07º | 0.25% | 0.66% | - |
| HSV(B) | 279.07º | 0.23% | 0.75% | - |
| XYZ | 37.41 | 33.7 | 53.25 | - |
| YUV | 160.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 190 | 0.08 | 0.23 | 0 | 0.25 | 279.07 | 0.25 | 0.66 |
| Hex | AF | 93 | BE | 8 | 17 | 0 | 19 | 117 | 19 | 42 |
| Octal | 257 | 223 | 276 | 10 | 27 | 0 | 31 | 427 | 31 | 102 |
| Binary | 10101111 | 10010011 | 10111110 | 1000 | 10111 | 0 | 11001 | 100010111 | 11001 | 1000010 |
Color Harmonies of #AF93BE
Complementary color
Monochromatic Colors of #AF93BE
Black with #AF93BE
Text Example
Text Example
White with #AF93BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93BE; }
p { color: rgb(175,147,190); }
H1.HeaderClassName
{
color: #AF93BE;
}
.AnyTagClassName
{
color: #AF93BE;
}
</style>
background-color css
<style>
a { background-color: #AF93BE; }
a { background-color: rgb(175,147,190); }
div.DivClassName
{
background-color: #AF93BE;
}
.BgClassName
{
background-color: #AF93BE;
}
</style>
border-color css
<style>
span { border-color: #AF93BE; }
span { border-color: rgb(175,147,190); }
td.TdClassName
{
border-color: #AF93BE;
}
.TagClassName
{
border-color: #AF93BE;
}
</style>