Shades of East Side #AF94C0
Tints of East Side #AF94C0
RGB
CMYK
RGB Variations
Color information
#AF94C0 (or 0xAF94C0) is known color: East Side. HEX triplet: AF, 94 and C0. RGB value is (175,148,192). Sum of RGB (Red+Green+Blue) = 175+148+192=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF94C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94C0 is #506B3F. Grayscale: #A0A0A0. Windows color (decimal): -5270336 or 12620975. OLE color: 12620975.
HSL color Cylindrical-coordinate representation of color #AF94C0: hue angle of 276.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF94C0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 148 | 192 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.25 |
| HSL | 276.82º | 0.26% | 0.67% | - |
| HSV(B) | 276.82º | 0.23% | 0.75% | - |
| XYZ | 37.78 | 34.1 | 54.46 | - |
| YUV | 161.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 192 | 0.09 | 0.23 | 0 | 0.25 | 276.82 | 0.26 | 0.67 |
| Hex | AF | 94 | C0 | 9 | 17 | 0 | 19 | 115 | 1A | 43 |
| Octal | 257 | 224 | 300 | 11 | 27 | 0 | 31 | 425 | 32 | 103 |
| Binary | 10101111 | 10010100 | 11000000 | 1001 | 10111 | 0 | 11001 | 100010101 | 11010 | 1000011 |
Color Harmonies of #AF94C0
Complementary color
Monochromatic Colors of #AF94C0
Black with #AF94C0
Text Example
Text Example
White with #AF94C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF94C0; }
p { color: rgb(175,148,192); }
H1.HeaderClassName
{
color: #AF94C0;
}
.AnyTagClassName
{
color: #AF94C0;
}
</style>
background-color css
<style>
a { background-color: #AF94C0; }
a { background-color: rgb(175,148,192); }
div.DivClassName
{
background-color: #AF94C0;
}
.BgClassName
{
background-color: #AF94C0;
}
</style>
border-color css
<style>
span { border-color: #AF94C0; }
span { border-color: rgb(175,148,192); }
td.TdClassName
{
border-color: #AF94C0;
}
.TagClassName
{
border-color: #AF94C0;
}
</style>