Shades of East Side #A970BB
Tints of East Side #A970BB
RGB
CMYK
RGB Variations
Color information
#A970BB (or 0xA970BB) is known color: East Side. HEX triplet: A9, 70 and BB. RGB value is (169,112,187). Sum of RGB (Red+Green+Blue) = 169+112+187=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #A970BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970BB is #568F44. Grayscale: #898989. Windows color (decimal): -5672773 or 12284073. OLE color: 12284073.
HSL color Cylindrical-coordinate representation of color #A970BB: hue angle of 285.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A970BB is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 112 | 187 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.27 |
| HSL | 285.6º | 0.36% | 0.59% | - |
| HSV(B) | 285.6º | 0.4% | 0.73% | - |
| XYZ | 31.13 | 23.61 | 49.93 | - |
| YUV | 137.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 187 | 0.10 | 0.40 | 0 | 0.27 | 285.6 | 0.36 | 0.59 |
| Hex | A9 | 70 | BB | A | 28 | 0 | 1B | 11E | 24 | 3B |
| Octal | 251 | 160 | 273 | 12 | 50 | 0 | 33 | 436 | 44 | 73 |
| Binary | 10101001 | 1110000 | 10111011 | 1010 | 101000 | 0 | 11011 | 100011110 | 100100 | 111011 |
Color Harmonies of #A970BB
Complementary color
Monochromatic Colors of #A970BB
Black with #A970BB
Text Example
Text Example
White with #A970BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970BB; }
p { color: rgb(169,112,187); }
H1.HeaderClassName
{
color: #A970BB;
}
.AnyTagClassName
{
color: #A970BB;
}
</style>
background-color css
<style>
a { background-color: #A970BB; }
a { background-color: rgb(169,112,187); }
div.DivClassName
{
background-color: #A970BB;
}
.BgClassName
{
background-color: #A970BB;
}
</style>
border-color css
<style>
span { border-color: #A970BB; }
span { border-color: rgb(169,112,187); }
td.TdClassName
{
border-color: #A970BB;
}
.TagClassName
{
border-color: #A970BB;
}
</style>