Shades of East Side #A975BD
Tints of East Side #A975BD
RGB
CMYK
RGB Variations
Color information
#A975BD (or 0xA975BD) is known color: East Side. HEX triplet: A9, 75 and BD. RGB value is (169,117,189). Sum of RGB (Red+Green+Blue) = 169+117+189=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #A975BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975BD is #568A42. Grayscale: #8C8C8C. Windows color (decimal): -5671491 or 12416425. OLE color: 12416425.
HSL color Cylindrical-coordinate representation of color #A975BD: hue angle of 283.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A975BD is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 117 | 189 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.26 |
| HSL | 283.33º | 0.35% | 0.6% | - |
| HSV(B) | 283.33º | 0.38% | 0.74% | - |
| XYZ | 31.91 | 24.83 | 51.26 | - |
| YUV | 140.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 189 | 0.11 | 0.38 | 0 | 0.26 | 283.33 | 0.35 | 0.6 |
| Hex | A9 | 75 | BD | B | 26 | 0 | 1A | 11B | 23 | 3C |
| Octal | 251 | 165 | 275 | 13 | 46 | 0 | 32 | 433 | 43 | 74 |
| Binary | 10101001 | 1110101 | 10111101 | 1011 | 100110 | 0 | 11010 | 100011011 | 100011 | 111100 |
Color Harmonies of #A975BD
Complementary color
Monochromatic Colors of #A975BD
Black with #A975BD
Text Example
Text Example
White with #A975BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A975BD; }
p { color: rgb(169,117,189); }
H1.HeaderClassName
{
color: #A975BD;
}
.AnyTagClassName
{
color: #A975BD;
}
</style>
background-color css
<style>
a { background-color: #A975BD; }
a { background-color: rgb(169,117,189); }
div.DivClassName
{
background-color: #A975BD;
}
.BgClassName
{
background-color: #A975BD;
}
</style>
border-color css
<style>
span { border-color: #A975BD; }
span { border-color: rgb(169,117,189); }
td.TdClassName
{
border-color: #A975BD;
}
.TagClassName
{
border-color: #A975BD;
}
</style>