Shades of East Side #A399AC
Tints of East Side #A399AC
RGB
CMYK
RGB Variations
Color information
#A399AC (or 0xA399AC) is known color: East Side. HEX triplet: A3, 99 and AC. RGB value is (163,153,172). Sum of RGB (Red+Green+Blue) = 163+153+172=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #A399AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399AC is #5C6653. Grayscale: #9E9E9E. Windows color (decimal): -6055508 or 11311523. OLE color: 11311523.
HSL color Cylindrical-coordinate representation of color #A399AC: hue angle of 271.58º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A399AC is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 153 | 172 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.33 |
| HSL | 271.58º | 0.1% | 0.64% | - |
| HSV(B) | 271.58º | 0.11% | 0.67% | - |
| XYZ | 33.94 | 33.55 | 43.72 | - |
| YUV | 158.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 172 | 0.05 | 0.11 | 0 | 0.33 | 271.58 | 0.1 | 0.64 |
| Hex | A3 | 99 | AC | 5 | B | 0 | 21 | 110 | A | 40 |
| Octal | 243 | 231 | 254 | 5 | 13 | 0 | 41 | 420 | 12 | 100 |
| Binary | 10100011 | 10011001 | 10101100 | 101 | 1011 | 0 | 100001 | 100010000 | 1010 | 1000000 |
Color Harmonies of #A399AC
Complementary color
Monochromatic Colors of #A399AC
Black with #A399AC
Text Example
Text Example
White with #A399AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A399AC; }
p { color: rgb(163,153,172); }
H1.HeaderClassName
{
color: #A399AC;
}
.AnyTagClassName
{
color: #A399AC;
}
</style>
background-color css
<style>
a { background-color: #A399AC; }
a { background-color: rgb(163,153,172); }
div.DivClassName
{
background-color: #A399AC;
}
.BgClassName
{
background-color: #A399AC;
}
</style>
border-color css
<style>
span { border-color: #A399AC; }
span { border-color: rgb(163,153,172); }
td.TdClassName
{
border-color: #A399AC;
}
.TagClassName
{
border-color: #A399AC;
}
</style>