Shades of East Side #A47BB3
Tints of East Side #A47BB3
RGB
CMYK
RGB Variations
Color information
#A47BB3 (or 0xA47BB3) is known color: East Side. HEX triplet: A4, 7B and B3. RGB value is (164,123,179). Sum of RGB (Red+Green+Blue) = 164+123+179=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #A47BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BB3 is #5B844C. Grayscale: #8D8D8D. Windows color (decimal): -5997645 or 11762596. OLE color: 11762596.
HSL color Cylindrical-coordinate representation of color #A47BB3: hue angle of 283.93º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A47BB3 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 123 | 179 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.30 |
| HSL | 283.93º | 0.27% | 0.59% | - |
| HSV(B) | 283.93º | 0.31% | 0.7% | - |
| XYZ | 30.53 | 25.31 | 45.92 | - |
| YUV | 141.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 179 | 0.08 | 0.31 | 0 | 0.30 | 283.93 | 0.27 | 0.59 |
| Hex | A4 | 7B | B3 | 8 | 1F | 0 | 1E | 11C | 1B | 3B |
| Octal | 244 | 173 | 263 | 10 | 37 | 0 | 36 | 434 | 33 | 73 |
| Binary | 10100100 | 1111011 | 10110011 | 1000 | 11111 | 0 | 11110 | 100011100 | 11011 | 111011 |
Color Harmonies of #A47BB3
Complementary color
Monochromatic Colors of #A47BB3
Black with #A47BB3
Text Example
Text Example
White with #A47BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BB3; }
p { color: rgb(164,123,179); }
H1.HeaderClassName
{
color: #A47BB3;
}
.AnyTagClassName
{
color: #A47BB3;
}
</style>
background-color css
<style>
a { background-color: #A47BB3; }
a { background-color: rgb(164,123,179); }
div.DivClassName
{
background-color: #A47BB3;
}
.BgClassName
{
background-color: #A47BB3;
}
</style>
border-color css
<style>
span { border-color: #A47BB3; }
span { border-color: rgb(164,123,179); }
td.TdClassName
{
border-color: #A47BB3;
}
.TagClassName
{
border-color: #A47BB3;
}
</style>