Shades of East Side #A98FC2
Tints of East Side #A98FC2
RGB
CMYK
RGB Variations
Color information
#A98FC2 (or 0xA98FC2) is known color: East Side. HEX triplet: A9, 8F and C2. RGB value is (169,143,194). Sum of RGB (Red+Green+Blue) = 169+143+194=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 143 (56.25% from 255 or 28.26% 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 #A98FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FC2 is #56703D. Grayscale: #9C9C9C. Windows color (decimal): -5664830 or 12750761. OLE color: 12750761.
HSL color Cylindrical-coordinate representation of color #A98FC2: hue angle of 270.59º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A98FC2 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 143 | 194 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.24 |
| HSL | 270.59º | 0.29% | 0.66% | - |
| HSV(B) | 270.59º | 0.26% | 0.76% | - |
| XYZ | 35.92 | 31.97 | 55.32 | - |
| YUV | 156.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 194 | 0.13 | 0.26 | 0 | 0.24 | 270.59 | 0.29 | 0.66 |
| Hex | A9 | 8F | C2 | D | 1A | 0 | 18 | 10F | 1D | 42 |
| Octal | 251 | 217 | 302 | 15 | 32 | 0 | 30 | 417 | 35 | 102 |
| Binary | 10101001 | 10001111 | 11000010 | 1101 | 11010 | 0 | 11000 | 100001111 | 11101 | 1000010 |
Color Harmonies of #A98FC2
Complementary color
Monochromatic Colors of #A98FC2
Black with #A98FC2
Text Example
Text Example
White with #A98FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98FC2; }
p { color: rgb(169,143,194); }
H1.HeaderClassName
{
color: #A98FC2;
}
.AnyTagClassName
{
color: #A98FC2;
}
</style>
background-color css
<style>
a { background-color: #A98FC2; }
a { background-color: rgb(169,143,194); }
div.DivClassName
{
background-color: #A98FC2;
}
.BgClassName
{
background-color: #A98FC2;
}
</style>
border-color css
<style>
span { border-color: #A98FC2; }
span { border-color: rgb(169,143,194); }
td.TdClassName
{
border-color: #A98FC2;
}
.TagClassName
{
border-color: #A98FC2;
}
</style>