Shades of East Side #A881CC
Tints of East Side #A881CC
RGB
CMYK
RGB Variations
Color information
#A881CC (or 0xA881CC) is known color: East Side. HEX triplet: A8, 81 and CC. RGB value is (168,129,204). Sum of RGB (Red+Green+Blue) = 168+129+204=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #A881CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881CC is #577E33. Grayscale: #949494. Windows color (decimal): -5733940 or 13402536. OLE color: 13402536.
HSL color Cylindrical-coordinate representation of color #A881CC: hue angle of 271.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A881CC is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 129 | 204 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.2 |
| HSL | 271.2º | 0.42% | 0.65% | - |
| HSV(B) | 271.2º | 0.37% | 0.8% | - |
| XYZ | 34.9 | 28.38 | 60.77 | - |
| YUV | 149.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 204 | 0.18 | 0.37 | 0 | 0.2 | 271.2 | 0.42 | 0.65 |
| Hex | A8 | 81 | CC | 12 | 25 | 0 | 14 | 10F | 2A | 41 |
| Octal | 250 | 201 | 314 | 22 | 45 | 0 | 24 | 417 | 52 | 101 |
| Binary | 10101000 | 10000001 | 11001100 | 10010 | 100101 | 0 | 10100 | 100001111 | 101010 | 1000001 |
Color Harmonies of #A881CC
Complementary color
Monochromatic Colors of #A881CC
Black with #A881CC
Text Example
Text Example
White with #A881CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881CC; }
p { color: rgb(168,129,204); }
H1.HeaderClassName
{
color: #A881CC;
}
.AnyTagClassName
{
color: #A881CC;
}
</style>
background-color css
<style>
a { background-color: #A881CC; }
a { background-color: rgb(168,129,204); }
div.DivClassName
{
background-color: #A881CC;
}
.BgClassName
{
background-color: #A881CC;
}
</style>
border-color css
<style>
span { border-color: #A881CC; }
span { border-color: rgb(168,129,204); }
td.TdClassName
{
border-color: #A881CC;
}
.TagClassName
{
border-color: #A881CC;
}
</style>