Shades of East Side #AF99BD
Tints of East Side #AF99BD
RGB
CMYK
RGB Variations
Color information
#AF99BD (or 0xAF99BD) is known color: East Side. HEX triplet: AF, 99 and BD. RGB value is (175,153,189). Sum of RGB (Red+Green+Blue) = 175+153+189=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF99BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99BD is #506642. Grayscale: #A3A3A3. Windows color (decimal): -5269059 or 12425647. OLE color: 12425647.
HSL color Cylindrical-coordinate representation of color #AF99BD: hue angle of 276.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF99BD is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 153 | 189 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.26 |
| HSL | 276.67º | 0.21% | 0.67% | - |
| HSV(B) | 276.67º | 0.19% | 0.74% | - |
| XYZ | 38.26 | 35.57 | 52.99 | - |
| YUV | 163.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 189 | 0.07 | 0.19 | 0 | 0.26 | 276.67 | 0.21 | 0.67 |
| Hex | AF | 99 | BD | 7 | 13 | 0 | 1A | 115 | 15 | 43 |
| Octal | 257 | 231 | 275 | 7 | 23 | 0 | 32 | 425 | 25 | 103 |
| Binary | 10101111 | 10011001 | 10111101 | 111 | 10011 | 0 | 11010 | 100010101 | 10101 | 1000011 |
Color Harmonies of #AF99BD
Complementary color
Monochromatic Colors of #AF99BD
Black with #AF99BD
Text Example
Text Example
White with #AF99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99BD; }
p { color: rgb(175,153,189); }
H1.HeaderClassName
{
color: #AF99BD;
}
.AnyTagClassName
{
color: #AF99BD;
}
</style>
background-color css
<style>
a { background-color: #AF99BD; }
a { background-color: rgb(175,153,189); }
div.DivClassName
{
background-color: #AF99BD;
}
.BgClassName
{
background-color: #AF99BD;
}
</style>
border-color css
<style>
span { border-color: #AF99BD; }
span { border-color: rgb(175,153,189); }
td.TdClassName
{
border-color: #AF99BD;
}
.TagClassName
{
border-color: #AF99BD;
}
</style>