Shades of East Side #AF91B4
Tints of East Side #AF91B4
RGB
CMYK
RGB Variations
Color information
#AF91B4 (or 0xAF91B4) is known color: East Side. HEX triplet: AF, 91 and B4. RGB value is (175,145,180). Sum of RGB (Red+Green+Blue) = 175+145+180=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF91B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91B4 is #506E4B. Grayscale: #9D9D9D. Windows color (decimal): -5271116 or 11833775. OLE color: 11833775.
HSL color Cylindrical-coordinate representation of color #AF91B4: hue angle of 291.43º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF91B4 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 145 | 180 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.29 |
| HSL | 291.43º | 0.19% | 0.64% | - |
| HSV(B) | 291.43º | 0.19% | 0.71% | - |
| XYZ | 36.04 | 32.66 | 47.58 | - |
| YUV | 157.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 180 | 0.03 | 0.19 | 0 | 0.29 | 291.43 | 0.19 | 0.64 |
| Hex | AF | 91 | B4 | 3 | 13 | 0 | 1D | 123 | 13 | 40 |
| Octal | 257 | 221 | 264 | 3 | 23 | 0 | 35 | 443 | 23 | 100 |
| Binary | 10101111 | 10010001 | 10110100 | 11 | 10011 | 0 | 11101 | 100100011 | 10011 | 1000000 |
Color Harmonies of #AF91B4
Complementary color
Monochromatic Colors of #AF91B4
Black with #AF91B4
Text Example
Text Example
White with #AF91B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91B4; }
p { color: rgb(175,145,180); }
H1.HeaderClassName
{
color: #AF91B4;
}
.AnyTagClassName
{
color: #AF91B4;
}
</style>
background-color css
<style>
a { background-color: #AF91B4; }
a { background-color: rgb(175,145,180); }
div.DivClassName
{
background-color: #AF91B4;
}
.BgClassName
{
background-color: #AF91B4;
}
</style>
border-color css
<style>
span { border-color: #AF91B4; }
span { border-color: rgb(175,145,180); }
td.TdClassName
{
border-color: #AF91B4;
}
.TagClassName
{
border-color: #AF91B4;
}
</style>