Shades of East Side #AF9ABB
Tints of East Side #AF9ABB
RGB
CMYK
RGB Variations
Color information
#AF9ABB (or 0xAF9ABB) is known color: East Side. HEX triplet: AF, 9A and BB. RGB value is (175,154,187). Sum of RGB (Red+Green+Blue) = 175+154+187=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF9ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ABB is #506544. Grayscale: #A3A3A3. Windows color (decimal): -5268805 or 12294831. OLE color: 12294831.
HSL color Cylindrical-coordinate representation of color #AF9ABB: hue angle of 278.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF9ABB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 154 | 187 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.27 |
| HSL | 278.18º | 0.2% | 0.67% | - |
| HSV(B) | 278.18º | 0.18% | 0.73% | - |
| XYZ | 38.2 | 35.81 | 51.91 | - |
| YUV | 164.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 187 | 0.06 | 0.18 | 0 | 0.27 | 278.18 | 0.2 | 0.67 |
| Hex | AF | 9A | BB | 6 | 12 | 0 | 1B | 116 | 14 | 43 |
| Octal | 257 | 232 | 273 | 6 | 22 | 0 | 33 | 426 | 24 | 103 |
| Binary | 10101111 | 10011010 | 10111011 | 110 | 10010 | 0 | 11011 | 100010110 | 10100 | 1000011 |
Color Harmonies of #AF9ABB
Complementary color
Monochromatic Colors of #AF9ABB
Black with #AF9ABB
Text Example
Text Example
White with #AF9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9ABB; }
p { color: rgb(175,154,187); }
H1.HeaderClassName
{
color: #AF9ABB;
}
.AnyTagClassName
{
color: #AF9ABB;
}
</style>
background-color css
<style>
a { background-color: #AF9ABB; }
a { background-color: rgb(175,154,187); }
div.DivClassName
{
background-color: #AF9ABB;
}
.BgClassName
{
background-color: #AF9ABB;
}
</style>
border-color css
<style>
span { border-color: #AF9ABB; }
span { border-color: rgb(175,154,187); }
td.TdClassName
{
border-color: #AF9ABB;
}
.TagClassName
{
border-color: #AF9ABB;
}
</style>