Shades of East Side #A982CF
Tints of East Side #A982CF
RGB
CMYK
RGB Variations
Color information
#A982CF (or 0xA982CF) is known color: East Side. HEX triplet: A9, 82 and CF. RGB value is (169,130,207). Sum of RGB (Red+Green+Blue) = 169+130+207=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #A982CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982CF is #567D30. Grayscale: #969696. Windows color (decimal): -5668145 or 13599401. OLE color: 13599401.
HSL color Cylindrical-coordinate representation of color #A982CF: hue angle of 270.39º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A982CF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 130 | 207 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.19 |
| HSL | 270.39º | 0.45% | 0.66% | - |
| HSV(B) | 270.39º | 0.37% | 0.81% | - |
| XYZ | 35.61 | 28.91 | 62.73 | - |
| YUV | 150.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 207 | 0.18 | 0.37 | 0 | 0.19 | 270.39 | 0.45 | 0.66 |
| Hex | A9 | 82 | CF | 12 | 25 | 0 | 13 | 10E | 2D | 42 |
| Octal | 251 | 202 | 317 | 22 | 45 | 0 | 23 | 416 | 55 | 102 |
| Binary | 10101001 | 10000010 | 11001111 | 10010 | 100101 | 0 | 10011 | 100001110 | 101101 | 1000010 |
Color Harmonies of #A982CF
Complementary color
Monochromatic Colors of #A982CF
Black with #A982CF
Text Example
Text Example
White with #A982CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982CF; }
p { color: rgb(169,130,207); }
H1.HeaderClassName
{
color: #A982CF;
}
.AnyTagClassName
{
color: #A982CF;
}
</style>
background-color css
<style>
a { background-color: #A982CF; }
a { background-color: rgb(169,130,207); }
div.DivClassName
{
background-color: #A982CF;
}
.BgClassName
{
background-color: #A982CF;
}
</style>
border-color css
<style>
span { border-color: #A982CF; }
span { border-color: rgb(169,130,207); }
td.TdClassName
{
border-color: #A982CF;
}
.TagClassName
{
border-color: #A982CF;
}
</style>