Shades of East Side #A982CC
Tints of East Side #A982CC
RGB
CMYK
RGB Variations
Color information
#A982CC (or 0xA982CC) is known color: East Side. HEX triplet: A9, 82 and CC. RGB value is (169,130,204). Sum of RGB (Red+Green+Blue) = 169+130+204=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #A982CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982CC is #567D33. Grayscale: #959595. Windows color (decimal): -5668148 or 13402793. OLE color: 13402793.
HSL color Cylindrical-coordinate representation of color #A982CC: hue angle of 271.62º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A982CC is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 130 | 204 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.2 |
| HSL | 271.62º | 0.42% | 0.65% | - |
| HSV(B) | 271.62º | 0.36% | 0.8% | - |
| XYZ | 35.24 | 28.76 | 60.82 | - |
| YUV | 150.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 204 | 0.17 | 0.36 | 0 | 0.2 | 271.62 | 0.42 | 0.65 |
| Hex | A9 | 82 | CC | 11 | 24 | 0 | 14 | 110 | 2A | 41 |
| Octal | 251 | 202 | 314 | 21 | 44 | 0 | 24 | 420 | 52 | 101 |
| Binary | 10101001 | 10000010 | 11001100 | 10001 | 100100 | 0 | 10100 | 100010000 | 101010 | 1000001 |
Color Harmonies of #A982CC
Complementary color
Monochromatic Colors of #A982CC
Black with #A982CC
Text Example
Text Example
White with #A982CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982CC; }
p { color: rgb(169,130,204); }
H1.HeaderClassName
{
color: #A982CC;
}
.AnyTagClassName
{
color: #A982CC;
}
</style>
background-color css
<style>
a { background-color: #A982CC; }
a { background-color: rgb(169,130,204); }
div.DivClassName
{
background-color: #A982CC;
}
.BgClassName
{
background-color: #A982CC;
}
</style>
border-color css
<style>
span { border-color: #A982CC; }
span { border-color: rgb(169,130,204); }
td.TdClassName
{
border-color: #A982CC;
}
.TagClassName
{
border-color: #A982CC;
}
</style>