Shades of East Side #A883CA
Tints of East Side #A883CA
RGB
CMYK
RGB Variations
Color information
#A883CA (or 0xA883CA) is known color: East Side. HEX triplet: A8, 83 and CA. RGB value is (168,131,202). Sum of RGB (Red+Green+Blue) = 168+131+202=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #A883CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883CA is #577C35. Grayscale: #959595. Windows color (decimal): -5733430 or 13271976. OLE color: 13271976.
HSL color Cylindrical-coordinate representation of color #A883CA: hue angle of 271.27º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A883CA is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 131 | 202 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.21 |
| HSL | 271.27º | 0.4% | 0.65% | - |
| HSV(B) | 271.27º | 0.35% | 0.79% | - |
| XYZ | 34.93 | 28.82 | 59.6 | - |
| YUV | 150.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 202 | 0.17 | 0.35 | 0 | 0.21 | 271.27 | 0.4 | 0.65 |
| Hex | A8 | 83 | CA | 11 | 23 | 0 | 15 | 10F | 28 | 41 |
| Octal | 250 | 203 | 312 | 21 | 43 | 0 | 25 | 417 | 50 | 101 |
| Binary | 10101000 | 10000011 | 11001010 | 10001 | 100011 | 0 | 10101 | 100001111 | 101000 | 1000001 |
Color Harmonies of #A883CA
Complementary color
Monochromatic Colors of #A883CA
Black with #A883CA
Text Example
Text Example
White with #A883CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883CA; }
p { color: rgb(168,131,202); }
H1.HeaderClassName
{
color: #A883CA;
}
.AnyTagClassName
{
color: #A883CA;
}
</style>
background-color css
<style>
a { background-color: #A883CA; }
a { background-color: rgb(168,131,202); }
div.DivClassName
{
background-color: #A883CA;
}
.BgClassName
{
background-color: #A883CA;
}
</style>
border-color css
<style>
span { border-color: #A883CA; }
span { border-color: rgb(168,131,202); }
td.TdClassName
{
border-color: #A883CA;
}
.TagClassName
{
border-color: #A883CA;
}
</style>