Shades of East Side #A97ACB
Tints of East Side #A97ACB
RGB
CMYK
RGB Variations
Color information
#A97ACB (or 0xA97ACB) is known color: East Side. HEX triplet: A9, 7A and CB. RGB value is (169,122,203). Sum of RGB (Red+Green+Blue) = 169+122+203=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #A97ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ACB is #568534. Grayscale: #919191. Windows color (decimal): -5670197 or 13335209. OLE color: 13335209.
HSL color Cylindrical-coordinate representation of color #A97ACB: hue angle of 274.81º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97ACB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 122 | 203 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.20 |
| HSL | 274.81º | 0.44% | 0.64% | - |
| HSV(B) | 274.81º | 0.4% | 0.8% | - |
| XYZ | 34.1 | 26.67 | 59.85 | - |
| YUV | 145.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 203 | 0.17 | 0.40 | 0 | 0.20 | 274.81 | 0.44 | 0.64 |
| Hex | A9 | 7A | CB | 11 | 28 | 0 | 14 | 113 | 2C | 40 |
| Octal | 251 | 172 | 313 | 21 | 50 | 0 | 24 | 423 | 54 | 100 |
| Binary | 10101001 | 1111010 | 11001011 | 10001 | 101000 | 0 | 10100 | 100010011 | 101100 | 1000000 |
Color Harmonies of #A97ACB
Complementary color
Monochromatic Colors of #A97ACB
Black with #A97ACB
Text Example
Text Example
White with #A97ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97ACB; }
p { color: rgb(169,122,203); }
H1.HeaderClassName
{
color: #A97ACB;
}
.AnyTagClassName
{
color: #A97ACB;
}
</style>
background-color css
<style>
a { background-color: #A97ACB; }
a { background-color: rgb(169,122,203); }
div.DivClassName
{
background-color: #A97ACB;
}
.BgClassName
{
background-color: #A97ACB;
}
</style>
border-color css
<style>
span { border-color: #A97ACB; }
span { border-color: rgb(169,122,203); }
td.TdClassName
{
border-color: #A97ACB;
}
.TagClassName
{
border-color: #A97ACB;
}
</style>