Shades of East Side #A975B2
Tints of East Side #A975B2
RGB
CMYK
RGB Variations
Color information
#A975B2 (or 0xA975B2) is known color: East Side. HEX triplet: A9, 75 and B2. RGB value is (169,117,178). Sum of RGB (Red+Green+Blue) = 169+117+178=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 178 - color contains mainly: blue. Hex color #A975B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A975B2 is #568A4D. Grayscale: #8B8B8B. Windows color (decimal): -5671502 or 11695529. OLE color: 11695529.
HSL color Cylindrical-coordinate representation of color #A975B2: hue angle of 291.15º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A975B2 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 117 | 178 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.30 |
| HSL | 291.15º | 0.28% | 0.58% | - |
| HSV(B) | 291.15º | 0.34% | 0.7% | - |
| XYZ | 30.76 | 24.37 | 45.2 | - |
| YUV | 139.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 178 | 0.05 | 0.34 | 0 | 0.30 | 291.15 | 0.28 | 0.58 |
| Hex | A9 | 75 | B2 | 5 | 22 | 0 | 1E | 123 | 1C | 3A |
| Octal | 251 | 165 | 262 | 5 | 42 | 0 | 36 | 443 | 34 | 72 |
| Binary | 10101001 | 1110101 | 10110010 | 101 | 100010 | 0 | 11110 | 100100011 | 11100 | 111010 |
Color Harmonies of #A975B2
Complementary color
Monochromatic Colors of #A975B2
Black with #A975B2
Text Example
Text Example
White with #A975B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A975B2; }
p { color: rgb(169,117,178); }
H1.HeaderClassName
{
color: #A975B2;
}
.AnyTagClassName
{
color: #A975B2;
}
</style>
background-color css
<style>
a { background-color: #A975B2; }
a { background-color: rgb(169,117,178); }
div.DivClassName
{
background-color: #A975B2;
}
.BgClassName
{
background-color: #A975B2;
}
</style>
border-color css
<style>
span { border-color: #A975B2; }
span { border-color: rgb(169,117,178); }
td.TdClassName
{
border-color: #A975B2;
}
.TagClassName
{
border-color: #A975B2;
}
</style>