Shades of East Side #A38CAF
Tints of East Side #A38CAF
RGB
CMYK
RGB Variations
Color information
#A38CAF (or 0xA38CAF) is known color: East Side. HEX triplet: A3, 8C and AF. RGB value is (163,140,175). Sum of RGB (Red+Green+Blue) = 163+140+175=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #A38CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38CAF is #5C7350. Grayscale: #969696. Windows color (decimal): -6058833 or 11504803. OLE color: 11504803.
HSL color Cylindrical-coordinate representation of color #A38CAF: hue angle of 279.43º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38CAF is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 140 | 175 | - |
| CMYK | 0.07 | 0.2 | 0 | 0.31 |
| HSL | 279.43º | 0.18% | 0.62% | - |
| HSV(B) | 279.43º | 0.2% | 0.69% | - |
| XYZ | 32.22 | 29.64 | 44.58 | - |
| YUV | 150.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 175 | 0.07 | 0.2 | 0 | 0.31 | 279.43 | 0.18 | 0.62 |
| Hex | A3 | 8C | AF | 7 | 14 | 0 | 1F | 117 | 12 | 3E |
| Octal | 243 | 214 | 257 | 7 | 24 | 0 | 37 | 427 | 22 | 76 |
| Binary | 10100011 | 10001100 | 10101111 | 111 | 10100 | 0 | 11111 | 100010111 | 10010 | 111110 |
Color Harmonies of #A38CAF
Complementary color
Monochromatic Colors of #A38CAF
Black with #A38CAF
Text Example
Text Example
White with #A38CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CAF; }
p { color: rgb(163,140,175); }
H1.HeaderClassName
{
color: #A38CAF;
}
.AnyTagClassName
{
color: #A38CAF;
}
</style>
background-color css
<style>
a { background-color: #A38CAF; }
a { background-color: rgb(163,140,175); }
div.DivClassName
{
background-color: #A38CAF;
}
.BgClassName
{
background-color: #A38CAF;
}
</style>
border-color css
<style>
span { border-color: #A38CAF; }
span { border-color: rgb(163,140,175); }
td.TdClassName
{
border-color: #A38CAF;
}
.TagClassName
{
border-color: #A38CAF;
}
</style>