Shades of East Side #A38FAF
Tints of East Side #A38FAF
RGB
CMYK
RGB Variations
Color information
#A38FAF (or 0xA38FAF) is known color: East Side. HEX triplet: A3, 8F and AF. RGB value is (163,143,175). Sum of RGB (Red+Green+Blue) = 163+143+175=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #A38FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FAF is #5C7050. Grayscale: #989898. Windows color (decimal): -6058065 or 11505571. OLE color: 11505571.
HSL color Cylindrical-coordinate representation of color #A38FAF: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A38FAF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 143 | 175 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.31 |
| HSL | 277.5º | 0.17% | 0.62% | - |
| HSV(B) | 277.5º | 0.18% | 0.69% | - |
| XYZ | 32.66 | 30.53 | 44.73 | - |
| YUV | 152.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 175 | 0.07 | 0.18 | 0 | 0.31 | 277.5 | 0.17 | 0.62 |
| Hex | A3 | 8F | AF | 7 | 12 | 0 | 1F | 116 | 11 | 3E |
| Octal | 243 | 217 | 257 | 7 | 22 | 0 | 37 | 426 | 21 | 76 |
| Binary | 10100011 | 10001111 | 10101111 | 111 | 10010 | 0 | 11111 | 100010110 | 10001 | 111110 |
Color Harmonies of #A38FAF
Complementary color
Monochromatic Colors of #A38FAF
Black with #A38FAF
Text Example
Text Example
White with #A38FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FAF; }
p { color: rgb(163,143,175); }
H1.HeaderClassName
{
color: #A38FAF;
}
.AnyTagClassName
{
color: #A38FAF;
}
</style>
background-color css
<style>
a { background-color: #A38FAF; }
a { background-color: rgb(163,143,175); }
div.DivClassName
{
background-color: #A38FAF;
}
.BgClassName
{
background-color: #A38FAF;
}
</style>
border-color css
<style>
span { border-color: #A38FAF; }
span { border-color: rgb(163,143,175); }
td.TdClassName
{
border-color: #A38FAF;
}
.TagClassName
{
border-color: #A38FAF;
}
</style>