Shades of East Side #A38FAE
Tints of East Side #A38FAE
RGB
CMYK
RGB Variations
Color information
#A38FAE (or 0xA38FAE) is known color: East Side. HEX triplet: A3, 8F and AE. RGB value is (163,143,174). Sum of RGB (Red+Green+Blue) = 163+143+174=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #A38FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FAE is #5C7051. Grayscale: #989898. Windows color (decimal): -6058066 or 11440035. OLE color: 11440035.
HSL color Cylindrical-coordinate representation of color #A38FAE: hue angle of 278.71º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A38FAE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 143 | 174 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.32 |
| HSL | 278.71º | 0.16% | 0.62% | - |
| HSV(B) | 278.71º | 0.18% | 0.68% | - |
| XYZ | 32.57 | 30.49 | 44.21 | - |
| YUV | 152.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 174 | 0.06 | 0.18 | 0 | 0.32 | 278.71 | 0.16 | 0.62 |
| Hex | A3 | 8F | AE | 6 | 12 | 0 | 20 | 117 | 10 | 3E |
| Octal | 243 | 217 | 256 | 6 | 22 | 0 | 40 | 427 | 20 | 76 |
| Binary | 10100011 | 10001111 | 10101110 | 110 | 10010 | 0 | 100000 | 100010111 | 10000 | 111110 |
Color Harmonies of #A38FAE
Complementary color
Monochromatic Colors of #A38FAE
Black with #A38FAE
Text Example
Text Example
White with #A38FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FAE; }
p { color: rgb(163,143,174); }
H1.HeaderClassName
{
color: #A38FAE;
}
.AnyTagClassName
{
color: #A38FAE;
}
</style>
background-color css
<style>
a { background-color: #A38FAE; }
a { background-color: rgb(163,143,174); }
div.DivClassName
{
background-color: #A38FAE;
}
.BgClassName
{
background-color: #A38FAE;
}
</style>
border-color css
<style>
span { border-color: #A38FAE; }
span { border-color: rgb(163,143,174); }
td.TdClassName
{
border-color: #A38FAE;
}
.TagClassName
{
border-color: #A38FAE;
}
</style>