Shades of East Side #AF98C1
Tints of East Side #AF98C1
RGB
CMYK
RGB Variations
Color information
#AF98C1 (or 0xAF98C1) is known color: East Side. HEX triplet: AF, 98 and C1. RGB value is (175,152,193). Sum of RGB (Red+Green+Blue) = 175+152+193=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF98C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98C1 is #50673E. Grayscale: #A3A3A3. Windows color (decimal): -5269311 or 12687535. OLE color: 12687535.
HSL color Cylindrical-coordinate representation of color #AF98C1: hue angle of 273.66º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF98C1 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 152 | 193 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.24 |
| HSL | 273.66º | 0.25% | 0.68% | - |
| HSV(B) | 273.66º | 0.21% | 0.76% | - |
| XYZ | 38.53 | 35.42 | 55.26 | - |
| YUV | 163.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 193 | 0.09 | 0.21 | 0 | 0.24 | 273.66 | 0.25 | 0.68 |
| Hex | AF | 98 | C1 | 9 | 15 | 0 | 18 | 112 | 19 | 44 |
| Octal | 257 | 230 | 301 | 11 | 25 | 0 | 30 | 422 | 31 | 104 |
| Binary | 10101111 | 10011000 | 11000001 | 1001 | 10101 | 0 | 11000 | 100010010 | 11001 | 1000100 |
Color Harmonies of #AF98C1
Complementary color
Monochromatic Colors of #AF98C1
Black with #AF98C1
Text Example
Text Example
White with #AF98C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98C1; }
p { color: rgb(175,152,193); }
H1.HeaderClassName
{
color: #AF98C1;
}
.AnyTagClassName
{
color: #AF98C1;
}
</style>
background-color css
<style>
a { background-color: #AF98C1; }
a { background-color: rgb(175,152,193); }
div.DivClassName
{
background-color: #AF98C1;
}
.BgClassName
{
background-color: #AF98C1;
}
</style>
border-color css
<style>
span { border-color: #AF98C1; }
span { border-color: rgb(175,152,193); }
td.TdClassName
{
border-color: #AF98C1;
}
.TagClassName
{
border-color: #AF98C1;
}
</style>