Shades of East Side #AF91BD
Tints of East Side #AF91BD
RGB
CMYK
RGB Variations
Color information
#AF91BD (or 0xAF91BD) is known color: East Side. HEX triplet: AF, 91 and BD. RGB value is (175,145,189). Sum of RGB (Red+Green+Blue) = 175+145+189=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF91BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91BD is #506E42. Grayscale: #9E9E9E. Windows color (decimal): -5271107 or 12423599. OLE color: 12423599.
HSL color Cylindrical-coordinate representation of color #AF91BD: hue angle of 280.91º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF91BD is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 145 | 189 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.26 |
| HSL | 280.91º | 0.25% | 0.65% | - |
| HSV(B) | 280.91º | 0.23% | 0.74% | - |
| XYZ | 36.99 | 33.04 | 52.57 | - |
| YUV | 158.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 189 | 0.07 | 0.23 | 0 | 0.26 | 280.91 | 0.25 | 0.65 |
| Hex | AF | 91 | BD | 7 | 17 | 0 | 1A | 119 | 19 | 41 |
| Octal | 257 | 221 | 275 | 7 | 27 | 0 | 32 | 431 | 31 | 101 |
| Binary | 10101111 | 10010001 | 10111101 | 111 | 10111 | 0 | 11010 | 100011001 | 11001 | 1000001 |
Color Harmonies of #AF91BD
Complementary color
Monochromatic Colors of #AF91BD
Black with #AF91BD
Text Example
Text Example
White with #AF91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91BD; }
p { color: rgb(175,145,189); }
H1.HeaderClassName
{
color: #AF91BD;
}
.AnyTagClassName
{
color: #AF91BD;
}
</style>
background-color css
<style>
a { background-color: #AF91BD; }
a { background-color: rgb(175,145,189); }
div.DivClassName
{
background-color: #AF91BD;
}
.BgClassName
{
background-color: #AF91BD;
}
</style>
border-color css
<style>
span { border-color: #AF91BD; }
span { border-color: rgb(175,145,189); }
td.TdClassName
{
border-color: #AF91BD;
}
.TagClassName
{
border-color: #AF91BD;
}
</style>