Shades of East Side #AF92C1
Tints of East Side #AF92C1
RGB
CMYK
RGB Variations
Color information
#AF92C1 (or 0xAF92C1) is known color: East Side. HEX triplet: AF, 92 and C1. RGB value is (175,146,193). Sum of RGB (Red+Green+Blue) = 175+146+193=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF92C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92C1 is #506D3E. Grayscale: #9F9F9F. Windows color (decimal): -5270847 or 12685999. OLE color: 12685999.
HSL color Cylindrical-coordinate representation of color #AF92C1: hue angle of 277.02º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF92C1 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 146 | 193 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.24 |
| HSL | 277.02º | 0.27% | 0.66% | - |
| HSV(B) | 277.02º | 0.24% | 0.76% | - |
| XYZ | 37.58 | 33.52 | 54.94 | - |
| YUV | 160.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 193 | 0.09 | 0.24 | 0 | 0.24 | 277.02 | 0.27 | 0.66 |
| Hex | AF | 92 | C1 | 9 | 18 | 0 | 18 | 115 | 1B | 42 |
| Octal | 257 | 222 | 301 | 11 | 30 | 0 | 30 | 425 | 33 | 102 |
| Binary | 10101111 | 10010010 | 11000001 | 1001 | 11000 | 0 | 11000 | 100010101 | 11011 | 1000010 |
Color Harmonies of #AF92C1
Complementary color
Monochromatic Colors of #AF92C1
Black with #AF92C1
Text Example
Text Example
White with #AF92C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF92C1; }
p { color: rgb(175,146,193); }
H1.HeaderClassName
{
color: #AF92C1;
}
.AnyTagClassName
{
color: #AF92C1;
}
</style>
background-color css
<style>
a { background-color: #AF92C1; }
a { background-color: rgb(175,146,193); }
div.DivClassName
{
background-color: #AF92C1;
}
.BgClassName
{
background-color: #AF92C1;
}
</style>
border-color css
<style>
span { border-color: #AF92C1; }
span { border-color: rgb(175,146,193); }
td.TdClassName
{
border-color: #AF92C1;
}
.TagClassName
{
border-color: #AF92C1;
}
</style>