Shades of East Side #A393B3
Tints of East Side #A393B3
RGB
CMYK
RGB Variations
Color information
#A393B3 (or 0xA393B3) is known color: East Side. HEX triplet: A3, 93 and B3. RGB value is (163,147,179). Sum of RGB (Red+Green+Blue) = 163+147+179=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #A393B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393B3 is #5C6C4C. Grayscale: #9B9B9B. Windows color (decimal): -6057037 or 11768739. OLE color: 11768739.
HSL color Cylindrical-coordinate representation of color #A393B3: hue angle of 270º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A393B3 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 147 | 179 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.30 |
| HSL | 270º | 0.17% | 0.64% | - |
| HSV(B) | 270º | 0.18% | 0.7% | - |
| XYZ | 33.67 | 31.91 | 47.03 | - |
| YUV | 155.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 179 | 0.09 | 0.18 | 0 | 0.30 | 270 | 0.17 | 0.64 |
| Hex | A3 | 93 | B3 | 9 | 12 | 0 | 1E | 10E | 11 | 40 |
| Octal | 243 | 223 | 263 | 11 | 22 | 0 | 36 | 416 | 21 | 100 |
| Binary | 10100011 | 10010011 | 10110011 | 1001 | 10010 | 0 | 11110 | 100001110 | 10001 | 1000000 |
Color Harmonies of #A393B3
Complementary color
Monochromatic Colors of #A393B3
Black with #A393B3
Text Example
Text Example
White with #A393B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393B3; }
p { color: rgb(163,147,179); }
H1.HeaderClassName
{
color: #A393B3;
}
.AnyTagClassName
{
color: #A393B3;
}
</style>
background-color css
<style>
a { background-color: #A393B3; }
a { background-color: rgb(163,147,179); }
div.DivClassName
{
background-color: #A393B3;
}
.BgClassName
{
background-color: #A393B3;
}
</style>
border-color css
<style>
span { border-color: #A393B3; }
span { border-color: rgb(163,147,179); }
td.TdClassName
{
border-color: #A393B3;
}
.TagClassName
{
border-color: #A393B3;
}
</style>