Shades of East Side #AF89C2
Tints of East Side #AF89C2
RGB
CMYK
RGB Variations
Color information
#AF89C2 (or 0xAF89C2) is known color: East Side. HEX triplet: AF, 89 and C2. RGB value is (175,137,194). Sum of RGB (Red+Green+Blue) = 175+137+194=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF89C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89C2 is #50763D. Grayscale: #9A9A9A. Windows color (decimal): -5273150 or 12749231. OLE color: 12749231.
HSL color Cylindrical-coordinate representation of color #AF89C2: hue angle of 280º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF89C2 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 137 | 194 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.24 |
| HSL | 280º | 0.32% | 0.65% | - |
| HSV(B) | 280º | 0.29% | 0.76% | - |
| XYZ | 36.36 | 30.9 | 55.09 | - |
| YUV | 154.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 194 | 0.10 | 0.29 | 0 | 0.24 | 280 | 0.32 | 0.65 |
| Hex | AF | 89 | C2 | A | 1D | 0 | 18 | 118 | 20 | 41 |
| Octal | 257 | 211 | 302 | 12 | 35 | 0 | 30 | 430 | 40 | 101 |
| Binary | 10101111 | 10001001 | 11000010 | 1010 | 11101 | 0 | 11000 | 100011000 | 100000 | 1000001 |
Color Harmonies of #AF89C2
Complementary color
Monochromatic Colors of #AF89C2
Black with #AF89C2
Text Example
Text Example
White with #AF89C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89C2; }
p { color: rgb(175,137,194); }
H1.HeaderClassName
{
color: #AF89C2;
}
.AnyTagClassName
{
color: #AF89C2;
}
</style>
background-color css
<style>
a { background-color: #AF89C2; }
a { background-color: rgb(175,137,194); }
div.DivClassName
{
background-color: #AF89C2;
}
.BgClassName
{
background-color: #AF89C2;
}
</style>
border-color css
<style>
span { border-color: #AF89C2; }
span { border-color: rgb(175,137,194); }
td.TdClassName
{
border-color: #AF89C2;
}
.TagClassName
{
border-color: #AF89C2;
}
</style>