Shades of East Side #AF99BF
Tints of East Side #AF99BF
RGB
CMYK
RGB Variations
Color information
#AF99BF (or 0xAF99BF) is known color: East Side. HEX triplet: AF, 99 and BF. RGB value is (175,153,191). Sum of RGB (Red+Green+Blue) = 175+153+191=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF99BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99BF is #506640. Grayscale: #A3A3A3. Windows color (decimal): -5269057 or 12556719. OLE color: 12556719.
HSL color Cylindrical-coordinate representation of color #AF99BF: hue angle of 274.74º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF99BF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 153 | 191 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.25 |
| HSL | 274.74º | 0.23% | 0.67% | - |
| HSV(B) | 274.74º | 0.2% | 0.75% | - |
| XYZ | 38.47 | 35.66 | 54.15 | - |
| YUV | 163.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 191 | 0.08 | 0.20 | 0 | 0.25 | 274.74 | 0.23 | 0.67 |
| Hex | AF | 99 | BF | 8 | 14 | 0 | 19 | 113 | 17 | 43 |
| Octal | 257 | 231 | 277 | 10 | 24 | 0 | 31 | 423 | 27 | 103 |
| Binary | 10101111 | 10011001 | 10111111 | 1000 | 10100 | 0 | 11001 | 100010011 | 10111 | 1000011 |
Color Harmonies of #AF99BF
Complementary color
Monochromatic Colors of #AF99BF
Black with #AF99BF
Text Example
Text Example
White with #AF99BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99BF; }
p { color: rgb(175,153,191); }
H1.HeaderClassName
{
color: #AF99BF;
}
.AnyTagClassName
{
color: #AF99BF;
}
</style>
background-color css
<style>
a { background-color: #AF99BF; }
a { background-color: rgb(175,153,191); }
div.DivClassName
{
background-color: #AF99BF;
}
.BgClassName
{
background-color: #AF99BF;
}
</style>
border-color css
<style>
span { border-color: #AF99BF; }
span { border-color: rgb(175,153,191); }
td.TdClassName
{
border-color: #AF99BF;
}
.TagClassName
{
border-color: #AF99BF;
}
</style>