Shades of East Side #AF91C8
Tints of East Side #AF91C8
RGB
CMYK
RGB Variations
Color information
#AF91C8 (or 0xAF91C8) is known color: East Side. HEX triplet: AF, 91 and C8. RGB value is (175,145,200). Sum of RGB (Red+Green+Blue) = 175+145+200=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF91C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91C8 is #506E37. Grayscale: #A0A0A0. Windows color (decimal): -5271096 or 13144495. OLE color: 13144495.
HSL color Cylindrical-coordinate representation of color #AF91C8: hue angle of 272.73º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF91C8 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 145 | 200 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.22 |
| HSL | 272.73º | 0.33% | 0.68% | - |
| HSV(B) | 272.73º | 0.28% | 0.78% | - |
| XYZ | 38.23 | 33.53 | 59.1 | - |
| YUV | 160.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 200 | 0.12 | 0.28 | 0 | 0.22 | 272.73 | 0.33 | 0.68 |
| Hex | AF | 91 | C8 | C | 1C | 0 | 16 | 111 | 21 | 44 |
| Octal | 257 | 221 | 310 | 14 | 34 | 0 | 26 | 421 | 41 | 104 |
| Binary | 10101111 | 10010001 | 11001000 | 1100 | 11100 | 0 | 10110 | 100010001 | 100001 | 1000100 |
Color Harmonies of #AF91C8
Complementary color
Monochromatic Colors of #AF91C8
Black with #AF91C8
Text Example
Text Example
White with #AF91C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91C8; }
p { color: rgb(175,145,200); }
H1.HeaderClassName
{
color: #AF91C8;
}
.AnyTagClassName
{
color: #AF91C8;
}
</style>
background-color css
<style>
a { background-color: #AF91C8; }
a { background-color: rgb(175,145,200); }
div.DivClassName
{
background-color: #AF91C8;
}
.BgClassName
{
background-color: #AF91C8;
}
</style>
border-color css
<style>
span { border-color: #AF91C8; }
span { border-color: rgb(175,145,200); }
td.TdClassName
{
border-color: #AF91C8;
}
.TagClassName
{
border-color: #AF91C8;
}
</style>