Shades of East Side #AF99BE
Tints of East Side #AF99BE
RGB
CMYK
RGB Variations
Color information
#AF99BE (or 0xAF99BE) is known color: East Side. HEX triplet: AF, 99 and BE. RGB value is (175,153,190). Sum of RGB (Red+Green+Blue) = 175+153+190=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99BE is #506641. Grayscale: #A3A3A3. Windows color (decimal): -5269058 or 12491183. OLE color: 12491183.
HSL color Cylindrical-coordinate representation of color #AF99BE: hue angle of 275.68º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF99BE is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 153 | 190 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.25 |
| HSL | 275.68º | 0.22% | 0.67% | - |
| HSV(B) | 275.68º | 0.19% | 0.75% | - |
| XYZ | 38.36 | 35.61 | 53.57 | - |
| YUV | 163.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 190 | 0.08 | 0.19 | 0 | 0.25 | 275.68 | 0.22 | 0.67 |
| Hex | AF | 99 | BE | 8 | 13 | 0 | 19 | 114 | 16 | 43 |
| Octal | 257 | 231 | 276 | 10 | 23 | 0 | 31 | 424 | 26 | 103 |
| Binary | 10101111 | 10011001 | 10111110 | 1000 | 10011 | 0 | 11001 | 100010100 | 10110 | 1000011 |
Color Harmonies of #AF99BE
Complementary color
Monochromatic Colors of #AF99BE
Black with #AF99BE
Text Example
Text Example
White with #AF99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99BE; }
p { color: rgb(175,153,190); }
H1.HeaderClassName
{
color: #AF99BE;
}
.AnyTagClassName
{
color: #AF99BE;
}
</style>
background-color css
<style>
a { background-color: #AF99BE; }
a { background-color: rgb(175,153,190); }
div.DivClassName
{
background-color: #AF99BE;
}
.BgClassName
{
background-color: #AF99BE;
}
</style>
border-color css
<style>
span { border-color: #AF99BE; }
span { border-color: rgb(175,153,190); }
td.TdClassName
{
border-color: #AF99BE;
}
.TagClassName
{
border-color: #AF99BE;
}
</style>