Shades of East Side #A884CC
Tints of East Side #A884CC
RGB
CMYK
RGB Variations
Color information
#A884CC (or 0xA884CC) is known color: East Side. HEX triplet: A8, 84 and CC. RGB value is (168,132,204). Sum of RGB (Red+Green+Blue) = 168+132+204=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #A884CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884CC is #577B33. Grayscale: #969696. Windows color (decimal): -5733172 or 13403304. OLE color: 13403304.
HSL color Cylindrical-coordinate representation of color #A884CC: hue angle of 270º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A884CC is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 132 | 204 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.2 |
| HSL | 270º | 0.41% | 0.66% | - |
| HSV(B) | 270º | 0.35% | 0.8% | - |
| XYZ | 35.3 | 29.19 | 60.9 | - |
| YUV | 150.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 204 | 0.18 | 0.35 | 0 | 0.2 | 270 | 0.41 | 0.66 |
| Hex | A8 | 84 | CC | 12 | 23 | 0 | 14 | 10E | 29 | 42 |
| Octal | 250 | 204 | 314 | 22 | 43 | 0 | 24 | 416 | 51 | 102 |
| Binary | 10101000 | 10000100 | 11001100 | 10010 | 100011 | 0 | 10100 | 100001110 | 101001 | 1000010 |
Color Harmonies of #A884CC
Complementary color
Monochromatic Colors of #A884CC
Black with #A884CC
Text Example
Text Example
White with #A884CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884CC; }
p { color: rgb(168,132,204); }
H1.HeaderClassName
{
color: #A884CC;
}
.AnyTagClassName
{
color: #A884CC;
}
</style>
background-color css
<style>
a { background-color: #A884CC; }
a { background-color: rgb(168,132,204); }
div.DivClassName
{
background-color: #A884CC;
}
.BgClassName
{
background-color: #A884CC;
}
</style>
border-color css
<style>
span { border-color: #A884CC; }
span { border-color: rgb(168,132,204); }
td.TdClassName
{
border-color: #A884CC;
}
.TagClassName
{
border-color: #A884CC;
}
</style>