Shades of East Side #A972BD
Tints of East Side #A972BD
RGB
CMYK
RGB Variations
Color information
#A972BD (or 0xA972BD) is known color: East Side. HEX triplet: A9, 72 and BD. RGB value is (169,114,189). Sum of RGB (Red+Green+Blue) = 169+114+189=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A972BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972BD is #568D42. Grayscale: #8A8A8A. Windows color (decimal): -5672259 or 12415657. OLE color: 12415657.
HSL color Cylindrical-coordinate representation of color #A972BD: hue angle of 284º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A972BD is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 114 | 189 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.26 |
| HSL | 284º | 0.36% | 0.59% | - |
| HSV(B) | 284º | 0.4% | 0.74% | - |
| XYZ | 31.56 | 24.14 | 51.14 | - |
| YUV | 139 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 189 | 0.11 | 0.40 | 0 | 0.26 | 284 | 0.36 | 0.59 |
| Hex | A9 | 72 | BD | B | 28 | 0 | 1A | 11C | 24 | 3B |
| Octal | 251 | 162 | 275 | 13 | 50 | 0 | 32 | 434 | 44 | 73 |
| Binary | 10101001 | 1110010 | 10111101 | 1011 | 101000 | 0 | 11010 | 100011100 | 100100 | 111011 |
Color Harmonies of #A972BD
Complementary color
Monochromatic Colors of #A972BD
Black with #A972BD
Text Example
Text Example
White with #A972BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A972BD; }
p { color: rgb(169,114,189); }
H1.HeaderClassName
{
color: #A972BD;
}
.AnyTagClassName
{
color: #A972BD;
}
</style>
background-color css
<style>
a { background-color: #A972BD; }
a { background-color: rgb(169,114,189); }
div.DivClassName
{
background-color: #A972BD;
}
.BgClassName
{
background-color: #A972BD;
}
</style>
border-color css
<style>
span { border-color: #A972BD; }
span { border-color: rgb(169,114,189); }
td.TdClassName
{
border-color: #A972BD;
}
.TagClassName
{
border-color: #A972BD;
}
</style>