Shades of East Side #A884CB
Tints of East Side #A884CB
RGB
CMYK
RGB Variations
Color information
#A884CB (or 0xA884CB) is known color: East Side. HEX triplet: A8, 84 and CB. RGB value is (168,132,203). Sum of RGB (Red+Green+Blue) = 168+132+203=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #A884CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884CB is #577B34. Grayscale: #969696. Windows color (decimal): -5733173 or 13337768. OLE color: 13337768.
HSL color Cylindrical-coordinate representation of color #A884CB: hue angle of 270.42º 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 #A884CB is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 132 | 203 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.20 |
| HSL | 270.42º | 0.41% | 0.66% | - |
| HSV(B) | 270.42º | 0.35% | 0.8% | - |
| XYZ | 35.18 | 29.14 | 60.27 | - |
| YUV | 150.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 203 | 0.17 | 0.35 | 0 | 0.20 | 270.42 | 0.41 | 0.66 |
| Hex | A8 | 84 | CB | 11 | 23 | 0 | 14 | 10E | 29 | 42 |
| Octal | 250 | 204 | 313 | 21 | 43 | 0 | 24 | 416 | 51 | 102 |
| Binary | 10101000 | 10000100 | 11001011 | 10001 | 100011 | 0 | 10100 | 100001110 | 101001 | 1000010 |
Color Harmonies of #A884CB
Complementary color
Monochromatic Colors of #A884CB
Black with #A884CB
Text Example
Text Example
White with #A884CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884CB; }
p { color: rgb(168,132,203); }
H1.HeaderClassName
{
color: #A884CB;
}
.AnyTagClassName
{
color: #A884CB;
}
</style>
background-color css
<style>
a { background-color: #A884CB; }
a { background-color: rgb(168,132,203); }
div.DivClassName
{
background-color: #A884CB;
}
.BgClassName
{
background-color: #A884CB;
}
</style>
border-color css
<style>
span { border-color: #A884CB; }
span { border-color: rgb(168,132,203); }
td.TdClassName
{
border-color: #A884CB;
}
.TagClassName
{
border-color: #A884CB;
}
</style>