Shades of East Side #A593B3
Tints of East Side #A593B3
RGB
CMYK
RGB Variations
Color information
#A593B3 (or 0xA593B3) is known color: East Side. HEX triplet: A5, 93 and B3. RGB value is (165,147,179). Sum of RGB (Red+Green+Blue) = 165+147+179=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #A593B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593B3 is #5A6C4C. Grayscale: #9B9B9B. Windows color (decimal): -5925965 or 11768741. OLE color: 11768741.
HSL color Cylindrical-coordinate representation of color #A593B3: hue angle of 273.75º 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 #A593B3 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 147 | 179 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.30 |
| HSL | 273.75º | 0.17% | 0.64% | - |
| HSV(B) | 273.75º | 0.18% | 0.7% | - |
| XYZ | 34.09 | 32.12 | 47.05 | - |
| YUV | 156.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 179 | 0.08 | 0.18 | 0 | 0.30 | 273.75 | 0.17 | 0.64 |
| Hex | A5 | 93 | B3 | 8 | 12 | 0 | 1E | 112 | 11 | 40 |
| Octal | 245 | 223 | 263 | 10 | 22 | 0 | 36 | 422 | 21 | 100 |
| Binary | 10100101 | 10010011 | 10110011 | 1000 | 10010 | 0 | 11110 | 100010010 | 10001 | 1000000 |
Color Harmonies of #A593B3
Complementary color
Monochromatic Colors of #A593B3
Black with #A593B3
Text Example
Text Example
White with #A593B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593B3; }
p { color: rgb(165,147,179); }
H1.HeaderClassName
{
color: #A593B3;
}
.AnyTagClassName
{
color: #A593B3;
}
</style>
background-color css
<style>
a { background-color: #A593B3; }
a { background-color: rgb(165,147,179); }
div.DivClassName
{
background-color: #A593B3;
}
.BgClassName
{
background-color: #A593B3;
}
</style>
border-color css
<style>
span { border-color: #A593B3; }
span { border-color: rgb(165,147,179); }
td.TdClassName
{
border-color: #A593B3;
}
.TagClassName
{
border-color: #A593B3;
}
</style>