Shades of East Side #AF91B5
Tints of East Side #AF91B5
RGB
CMYK
RGB Variations
Color information
#AF91B5 (or 0xAF91B5) is known color: East Side. HEX triplet: AF, 91 and B5. RGB value is (175,145,181). Sum of RGB (Red+Green+Blue) = 175+145+181=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF91B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91B5 is #506E4A. Grayscale: #9D9D9D. Windows color (decimal): -5271115 or 11899311. OLE color: 11899311.
HSL color Cylindrical-coordinate representation of color #AF91B5: hue angle of 290º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF91B5 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 145 | 181 | - |
CMYK | 0.03 | 0.20 | 0 | 0.29 |
HSL | 290º | 0.2% | 0.64% | - |
HSV(B) | 290º | 0.2% | 0.71% | - |
XYZ | 36.15 | 32.7 | 48.12 | - |
YUV | 158.07 | 140.94 | 140.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 145 | 181 | 0.03 | 0.20 | 0 | 0.29 | 290 | 0.2 | 0.64 |
Hex | AF | 91 | B5 | 3 | 14 | 0 | 1D | 122 | 14 | 40 |
Octal | 257 | 221 | 265 | 3 | 24 | 0 | 35 | 442 | 24 | 100 |
Binary | 10101111 | 10010001 | 10110101 | 11 | 10100 | 0 | 11101 | 100100010 | 10100 | 1000000 |
Color Harmonies of #AF91B5
Complementary color
Monochromatic Colors of #AF91B5
Black with #AF91B5
Text Example
Text Example
White with #AF91B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91B5; }
p { color: rgb(175,145,181); }
H1.HeaderClassName
{
color: #AF91B5;
}
.AnyTagClassName
{
color: #AF91B5;
}
</style>
background-color css
<style>
a { background-color: #AF91B5; }
a { background-color: rgb(175,145,181); }
div.DivClassName
{
background-color: #AF91B5;
}
.BgClassName
{
background-color: #AF91B5;
}
</style>
border-color css
<style>
span { border-color: #AF91B5; }
span { border-color: rgb(175,145,181); }
td.TdClassName
{
border-color: #AF91B5;
}
.TagClassName
{
border-color: #AF91B5;
}
</style>