Shades of East Side #A881B3
Tints of East Side #A881B3
RGB
CMYK
RGB Variations
Color information
#A881B3 (or 0xA881B3) is known color: East Side. HEX triplet: A8, 81 and B3. RGB value is (168,129,179). Sum of RGB (Red+Green+Blue) = 168+129+179=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #A881B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881B3 is #577E4C. Grayscale: #929292. Windows color (decimal): -5733965 or 11764136. OLE color: 11764136.
HSL color Cylindrical-coordinate representation of color #A881B3: hue angle of 286.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A881B3 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 129 | 179 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.30 |
| HSL | 286.8º | 0.25% | 0.6% | - |
| HSV(B) | 286.8º | 0.28% | 0.7% | - |
| XYZ | 32.14 | 27.28 | 46.22 | - |
| YUV | 146.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 179 | 0.06 | 0.28 | 0 | 0.30 | 286.8 | 0.25 | 0.6 |
| Hex | A8 | 81 | B3 | 6 | 1C | 0 | 1E | 11F | 19 | 3C |
| Octal | 250 | 201 | 263 | 6 | 34 | 0 | 36 | 437 | 31 | 74 |
| Binary | 10101000 | 10000001 | 10110011 | 110 | 11100 | 0 | 11110 | 100011111 | 11001 | 111100 |
Color Harmonies of #A881B3
Complementary color
Monochromatic Colors of #A881B3
Black with #A881B3
Text Example
Text Example
White with #A881B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881B3; }
p { color: rgb(168,129,179); }
H1.HeaderClassName
{
color: #A881B3;
}
.AnyTagClassName
{
color: #A881B3;
}
</style>
background-color css
<style>
a { background-color: #A881B3; }
a { background-color: rgb(168,129,179); }
div.DivClassName
{
background-color: #A881B3;
}
.BgClassName
{
background-color: #A881B3;
}
</style>
border-color css
<style>
span { border-color: #A881B3; }
span { border-color: rgb(168,129,179); }
td.TdClassName
{
border-color: #A881B3;
}
.TagClassName
{
border-color: #A881B3;
}
</style>