Shades of East Side #AF89C3
Tints of East Side #AF89C3
RGB
CMYK
RGB Variations
Color information
#AF89C3 (or 0xAF89C3) is known color: East Side. HEX triplet: AF, 89 and C3. RGB value is (175,137,195). Sum of RGB (Red+Green+Blue) = 175+137+195=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF89C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89C3 is #50763C. Grayscale: #9A9A9A. Windows color (decimal): -5273149 or 12814767. OLE color: 12814767.
HSL color Cylindrical-coordinate representation of color #AF89C3: hue angle of 279.31º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF89C3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 137 | 195 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.24 |
| HSL | 279.31º | 0.33% | 0.65% | - |
| HSV(B) | 279.31º | 0.3% | 0.76% | - |
| XYZ | 36.48 | 30.95 | 55.68 | - |
| YUV | 154.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 195 | 0.10 | 0.30 | 0 | 0.24 | 279.31 | 0.33 | 0.65 |
| Hex | AF | 89 | C3 | A | 1E | 0 | 18 | 117 | 21 | 41 |
| Octal | 257 | 211 | 303 | 12 | 36 | 0 | 30 | 427 | 41 | 101 |
| Binary | 10101111 | 10001001 | 11000011 | 1010 | 11110 | 0 | 11000 | 100010111 | 100001 | 1000001 |
Color Harmonies of #AF89C3
Complementary color
Monochromatic Colors of #AF89C3
Black with #AF89C3
Text Example
Text Example
White with #AF89C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89C3; }
p { color: rgb(175,137,195); }
H1.HeaderClassName
{
color: #AF89C3;
}
.AnyTagClassName
{
color: #AF89C3;
}
</style>
background-color css
<style>
a { background-color: #AF89C3; }
a { background-color: rgb(175,137,195); }
div.DivClassName
{
background-color: #AF89C3;
}
.BgClassName
{
background-color: #AF89C3;
}
</style>
border-color css
<style>
span { border-color: #AF89C3; }
span { border-color: rgb(175,137,195); }
td.TdClassName
{
border-color: #AF89C3;
}
.TagClassName
{
border-color: #AF89C3;
}
</style>