Shades of East Side #A083AF
Tints of East Side #A083AF
RGB
CMYK
RGB Variations
Color information
#A083AF (or 0xA083AF) is known color: East Side. HEX triplet: A0, 83 and AF. RGB value is (160,131,175). Sum of RGB (Red+Green+Blue) = 160+131+175=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #A083AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A083AF is #5F7C50. Grayscale: #909090. Windows color (decimal): -6257745 or 11502496. OLE color: 11502496.
HSL color Cylindrical-coordinate representation of color #A083AF: hue angle of 279.55º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A083AF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 131 | 175 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.31 |
| HSL | 279.55º | 0.22% | 0.6% | - |
| HSV(B) | 279.55º | 0.25% | 0.69% | - |
| XYZ | 30.35 | 26.8 | 44.13 | - |
| YUV | 144.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 175 | 0.09 | 0.25 | 0 | 0.31 | 279.55 | 0.22 | 0.6 |
| Hex | A0 | 83 | AF | 9 | 19 | 0 | 1F | 118 | 16 | 3C |
| Octal | 240 | 203 | 257 | 11 | 31 | 0 | 37 | 430 | 26 | 74 |
| Binary | 10100000 | 10000011 | 10101111 | 1001 | 11001 | 0 | 11111 | 100011000 | 10110 | 111100 |
Color Harmonies of #A083AF
Complementary color
Monochromatic Colors of #A083AF
Black with #A083AF
Text Example
Text Example
White with #A083AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A083AF; }
p { color: rgb(160,131,175); }
H1.HeaderClassName
{
color: #A083AF;
}
.AnyTagClassName
{
color: #A083AF;
}
</style>
background-color css
<style>
a { background-color: #A083AF; }
a { background-color: rgb(160,131,175); }
div.DivClassName
{
background-color: #A083AF;
}
.BgClassName
{
background-color: #A083AF;
}
</style>
border-color css
<style>
span { border-color: #A083AF; }
span { border-color: rgb(160,131,175); }
td.TdClassName
{
border-color: #A083AF;
}
.TagClassName
{
border-color: #A083AF;
}
</style>