Shades of East Side #AF93BF
Tints of East Side #AF93BF
RGB
CMYK
RGB Variations
Color information
#AF93BF (or 0xAF93BF) is known color: East Side. HEX triplet: AF, 93 and BF. RGB value is (175,147,191). Sum of RGB (Red+Green+Blue) = 175+147+191=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF93BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93BF is #506C40. Grayscale: #A0A0A0. Windows color (decimal): -5270593 or 12555183. OLE color: 12555183.
HSL color Cylindrical-coordinate representation of color #AF93BF: hue angle of 278.18º degrees, saturation: 0.26, 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 #AF93BF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 147 | 191 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.25 |
| HSL | 278.18º | 0.26% | 0.66% | - |
| HSV(B) | 278.18º | 0.23% | 0.75% | - |
| XYZ | 37.52 | 33.74 | 53.83 | - |
| YUV | 160.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 191 | 0.08 | 0.23 | 0 | 0.25 | 278.18 | 0.26 | 0.66 |
| Hex | AF | 93 | BF | 8 | 17 | 0 | 19 | 116 | 1A | 42 |
| Octal | 257 | 223 | 277 | 10 | 27 | 0 | 31 | 426 | 32 | 102 |
| Binary | 10101111 | 10010011 | 10111111 | 1000 | 10111 | 0 | 11001 | 100010110 | 11010 | 1000010 |
Color Harmonies of #AF93BF
Complementary color
Monochromatic Colors of #AF93BF
Black with #AF93BF
Text Example
Text Example
White with #AF93BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93BF; }
p { color: rgb(175,147,191); }
H1.HeaderClassName
{
color: #AF93BF;
}
.AnyTagClassName
{
color: #AF93BF;
}
</style>
background-color css
<style>
a { background-color: #AF93BF; }
a { background-color: rgb(175,147,191); }
div.DivClassName
{
background-color: #AF93BF;
}
.BgClassName
{
background-color: #AF93BF;
}
</style>
border-color css
<style>
span { border-color: #AF93BF; }
span { border-color: rgb(175,147,191); }
td.TdClassName
{
border-color: #AF93BF;
}
.TagClassName
{
border-color: #AF93BF;
}
</style>