Shades of East Side #A883CC
Tints of East Side #A883CC
RGB
CMYK
RGB Variations
Color information
#A883CC (or 0xA883CC) is known color: East Side. HEX triplet: A8, 83 and CC. RGB value is (168,131,204). Sum of RGB (Red+Green+Blue) = 168+131+204=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 131 (51.56% from 255 or 26.04% 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 #A883CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883CC is #577C33. Grayscale: #969696. Windows color (decimal): -5733428 or 13403048. OLE color: 13403048.
HSL color Cylindrical-coordinate representation of color #A883CC: hue angle of 270.41º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A883CC is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 131 | 204 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.2 |
| HSL | 270.41º | 0.42% | 0.66% | - |
| HSV(B) | 270.41º | 0.36% | 0.8% | - |
| XYZ | 35.16 | 28.92 | 60.85 | - |
| YUV | 150.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 204 | 0.18 | 0.36 | 0 | 0.2 | 270.41 | 0.42 | 0.66 |
| Hex | A8 | 83 | CC | 12 | 24 | 0 | 14 | 10E | 2A | 42 |
| Octal | 250 | 203 | 314 | 22 | 44 | 0 | 24 | 416 | 52 | 102 |
| Binary | 10101000 | 10000011 | 11001100 | 10010 | 100100 | 0 | 10100 | 100001110 | 101010 | 1000010 |
Color Harmonies of #A883CC
Complementary color
Monochromatic Colors of #A883CC
Black with #A883CC
Text Example
Text Example
White with #A883CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883CC; }
p { color: rgb(168,131,204); }
H1.HeaderClassName
{
color: #A883CC;
}
.AnyTagClassName
{
color: #A883CC;
}
</style>
background-color css
<style>
a { background-color: #A883CC; }
a { background-color: rgb(168,131,204); }
div.DivClassName
{
background-color: #A883CC;
}
.BgClassName
{
background-color: #A883CC;
}
</style>
border-color css
<style>
span { border-color: #A883CC; }
span { border-color: rgb(168,131,204); }
td.TdClassName
{
border-color: #A883CC;
}
.TagClassName
{
border-color: #A883CC;
}
</style>