Shades of East Side #A082AF
Tints of East Side #A082AF
RGB
CMYK
RGB Variations
Color information
#A082AF (or 0xA082AF) is known color: East Side. HEX triplet: A0, 82 and AF. RGB value is (160,130,175). Sum of RGB (Red+Green+Blue) = 160+130+175=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #A082AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A082AF is #5F7D50. Grayscale: #8F8F8F. Windows color (decimal): -6258001 or 11502240. OLE color: 11502240.
HSL color Cylindrical-coordinate representation of color #A082AF: hue angle of 280º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A082AF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 130 | 175 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.31 |
| HSL | 280º | 0.22% | 0.6% | - |
| HSV(B) | 280º | 0.26% | 0.69% | - |
| XYZ | 30.22 | 26.53 | 44.09 | - |
| YUV | 144.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 175 | 0.09 | 0.26 | 0 | 0.31 | 280 | 0.22 | 0.6 |
| Hex | A0 | 82 | AF | 9 | 1A | 0 | 1F | 118 | 16 | 3C |
| Octal | 240 | 202 | 257 | 11 | 32 | 0 | 37 | 430 | 26 | 74 |
| Binary | 10100000 | 10000010 | 10101111 | 1001 | 11010 | 0 | 11111 | 100011000 | 10110 | 111100 |
Color Harmonies of #A082AF
Complementary color
Monochromatic Colors of #A082AF
Black with #A082AF
Text Example
Text Example
White with #A082AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082AF; }
p { color: rgb(160,130,175); }
H1.HeaderClassName
{
color: #A082AF;
}
.AnyTagClassName
{
color: #A082AF;
}
</style>
background-color css
<style>
a { background-color: #A082AF; }
a { background-color: rgb(160,130,175); }
div.DivClassName
{
background-color: #A082AF;
}
.BgClassName
{
background-color: #A082AF;
}
</style>
border-color css
<style>
span { border-color: #A082AF; }
span { border-color: rgb(160,130,175); }
td.TdClassName
{
border-color: #A082AF;
}
.TagClassName
{
border-color: #A082AF;
}
</style>