Shades of East Side #AF93C1
Tints of East Side #AF93C1
RGB
CMYK
RGB Variations
Color information
#AF93C1 (or 0xAF93C1) is known color: East Side. HEX triplet: AF, 93 and C1. RGB value is (175,147,193). Sum of RGB (Red+Green+Blue) = 175+147+193=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF93C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93C1 is #506C3E. Grayscale: #A0A0A0. Windows color (decimal): -5270591 or 12686255. OLE color: 12686255.
HSL color Cylindrical-coordinate representation of color #AF93C1: hue angle of 276.52º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF93C1 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 147 | 193 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.24 |
| HSL | 276.52º | 0.27% | 0.67% | - |
| HSV(B) | 276.52º | 0.24% | 0.76% | - |
| XYZ | 37.74 | 33.83 | 54.99 | - |
| YUV | 160.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 193 | 0.09 | 0.24 | 0 | 0.24 | 276.52 | 0.27 | 0.67 |
| Hex | AF | 93 | C1 | 9 | 18 | 0 | 18 | 115 | 1B | 43 |
| Octal | 257 | 223 | 301 | 11 | 30 | 0 | 30 | 425 | 33 | 103 |
| Binary | 10101111 | 10010011 | 11000001 | 1001 | 11000 | 0 | 11000 | 100010101 | 11011 | 1000011 |
Color Harmonies of #AF93C1
Complementary color
Monochromatic Colors of #AF93C1
Black with #AF93C1
Text Example
Text Example
White with #AF93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93C1; }
p { color: rgb(175,147,193); }
H1.HeaderClassName
{
color: #AF93C1;
}
.AnyTagClassName
{
color: #AF93C1;
}
</style>
background-color css
<style>
a { background-color: #AF93C1; }
a { background-color: rgb(175,147,193); }
div.DivClassName
{
background-color: #AF93C1;
}
.BgClassName
{
background-color: #AF93C1;
}
</style>
border-color css
<style>
span { border-color: #AF93C1; }
span { border-color: rgb(175,147,193); }
td.TdClassName
{
border-color: #AF93C1;
}
.TagClassName
{
border-color: #AF93C1;
}
</style>