Shades of East Side #A38FB7
Tints of East Side #A38FB7
RGB
CMYK
RGB Variations
Color information
#A38FB7 (or 0xA38FB7) is known color: East Side. HEX triplet: A3, 8F and B7. RGB value is (163,143,183). Sum of RGB (Red+Green+Blue) = 163+143+183=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #A38FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FB7 is #5C7048. Grayscale: #999999. Windows color (decimal): -6058057 or 12029859. OLE color: 12029859.
HSL color Cylindrical-coordinate representation of color #A38FB7: hue angle of 270º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A38FB7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 143 | 183 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.28 |
| HSL | 270º | 0.22% | 0.64% | - |
| HSV(B) | 270º | 0.22% | 0.72% | - |
| XYZ | 33.47 | 30.85 | 48.99 | - |
| YUV | 153.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 183 | 0.11 | 0.22 | 0 | 0.28 | 270 | 0.22 | 0.64 |
| Hex | A3 | 8F | B7 | B | 16 | 0 | 1C | 10E | 16 | 40 |
| Octal | 243 | 217 | 267 | 13 | 26 | 0 | 34 | 416 | 26 | 100 |
| Binary | 10100011 | 10001111 | 10110111 | 1011 | 10110 | 0 | 11100 | 100001110 | 10110 | 1000000 |
Color Harmonies of #A38FB7
Complementary color
Monochromatic Colors of #A38FB7
Black with #A38FB7
Text Example
Text Example
White with #A38FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FB7; }
p { color: rgb(163,143,183); }
H1.HeaderClassName
{
color: #A38FB7;
}
.AnyTagClassName
{
color: #A38FB7;
}
</style>
background-color css
<style>
a { background-color: #A38FB7; }
a { background-color: rgb(163,143,183); }
div.DivClassName
{
background-color: #A38FB7;
}
.BgClassName
{
background-color: #A38FB7;
}
</style>
border-color css
<style>
span { border-color: #A38FB7; }
span { border-color: rgb(163,143,183); }
td.TdClassName
{
border-color: #A38FB7;
}
.TagClassName
{
border-color: #A38FB7;
}
</style>