Shades of East Side #A980D2
Tints of East Side #A980D2
RGB
CMYK
RGB Variations
Color information
#A980D2 (or 0xA980D2) is known color: East Side. HEX triplet: A9, 80 and D2. RGB value is (169,128,210). Sum of RGB (Red+Green+Blue) = 169+128+210=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #A980D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980D2 is #567F2D. Grayscale: #959595. Windows color (decimal): -5668654 or 13795497. OLE color: 13795497.
HSL color Cylindrical-coordinate representation of color #A980D2: hue angle of 270º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A980D2 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 128 | 210 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.18 |
| HSL | 270º | 0.48% | 0.66% | - |
| HSV(B) | 270º | 0.39% | 0.82% | - |
| XYZ | 35.71 | 28.53 | 64.6 | - |
| YUV | 149.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 210 | 0.20 | 0.39 | 0 | 0.18 | 270 | 0.48 | 0.66 |
| Hex | A9 | 80 | D2 | 14 | 27 | 0 | 12 | 10E | 30 | 42 |
| Octal | 251 | 200 | 322 | 24 | 47 | 0 | 22 | 416 | 60 | 102 |
| Binary | 10101001 | 10000000 | 11010010 | 10100 | 100111 | 0 | 10010 | 100001110 | 110000 | 1000010 |
Color Harmonies of #A980D2
Complementary color
Monochromatic Colors of #A980D2
Black with #A980D2
Text Example
Text Example
White with #A980D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980D2; }
p { color: rgb(169,128,210); }
H1.HeaderClassName
{
color: #A980D2;
}
.AnyTagClassName
{
color: #A980D2;
}
</style>
background-color css
<style>
a { background-color: #A980D2; }
a { background-color: rgb(169,128,210); }
div.DivClassName
{
background-color: #A980D2;
}
.BgClassName
{
background-color: #A980D2;
}
</style>
border-color css
<style>
span { border-color: #A980D2; }
span { border-color: rgb(169,128,210); }
td.TdClassName
{
border-color: #A980D2;
}
.TagClassName
{
border-color: #A980D2;
}
</style>