Shades of East Side #A38FB5
Tints of East Side #A38FB5
RGB
CMYK
RGB Variations
Color information
#A38FB5 (or 0xA38FB5) is known color: East Side. HEX triplet: A3, 8F and B5. RGB value is (163,143,181). Sum of RGB (Red+Green+Blue) = 163+143+181=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: blue. Hex color #A38FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FB5 is #5C704A. Grayscale: #999999. Windows color (decimal): -6058059 or 11898787. OLE color: 11898787.
HSL color Cylindrical-coordinate representation of color #A38FB5: hue angle of 271.58º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38FB5 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 143 | 181 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.29 |
| HSL | 271.58º | 0.2% | 0.64% | - |
| HSV(B) | 271.58º | 0.21% | 0.71% | - |
| XYZ | 33.27 | 30.77 | 47.9 | - |
| YUV | 153.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 181 | 0.10 | 0.21 | 0 | 0.29 | 271.58 | 0.2 | 0.64 |
| Hex | A3 | 8F | B5 | A | 15 | 0 | 1D | 110 | 14 | 40 |
| Octal | 243 | 217 | 265 | 12 | 25 | 0 | 35 | 420 | 24 | 100 |
| Binary | 10100011 | 10001111 | 10110101 | 1010 | 10101 | 0 | 11101 | 100010000 | 10100 | 1000000 |
Color Harmonies of #A38FB5
Complementary color
Monochromatic Colors of #A38FB5
Black with #A38FB5
Text Example
Text Example
White with #A38FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FB5; }
p { color: rgb(163,143,181); }
H1.HeaderClassName
{
color: #A38FB5;
}
.AnyTagClassName
{
color: #A38FB5;
}
</style>
background-color css
<style>
a { background-color: #A38FB5; }
a { background-color: rgb(163,143,181); }
div.DivClassName
{
background-color: #A38FB5;
}
.BgClassName
{
background-color: #A38FB5;
}
</style>
border-color css
<style>
span { border-color: #A38FB5; }
span { border-color: rgb(163,143,181); }
td.TdClassName
{
border-color: #A38FB5;
}
.TagClassName
{
border-color: #A38FB5;
}
</style>