Shades of East Side #A380AF
Tints of East Side #A380AF
RGB
CMYK
RGB Variations
Color information
#A380AF (or 0xA380AF) is known color: East Side. HEX triplet: A3, 80 and AF. RGB value is (163,128,175). Sum of RGB (Red+Green+Blue) = 163+128+175=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 128 (50.39% from 255 or 27.47% 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 #A380AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A380AF is #5C7F50. Grayscale: #8F8F8F. Windows color (decimal): -6061905 or 11501731. OLE color: 11501731.
HSL color Cylindrical-coordinate representation of color #A380AF: hue angle of 284.68º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A380AF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 128 | 175 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.31 |
| HSL | 284.68º | 0.23% | 0.59% | - |
| HSV(B) | 284.68º | 0.27% | 0.69% | - |
| XYZ | 30.56 | 26.32 | 44.03 | - |
| YUV | 143.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 175 | 0.07 | 0.27 | 0 | 0.31 | 284.68 | 0.23 | 0.59 |
| Hex | A3 | 80 | AF | 7 | 1B | 0 | 1F | 11D | 17 | 3B |
| Octal | 243 | 200 | 257 | 7 | 33 | 0 | 37 | 435 | 27 | 73 |
| Binary | 10100011 | 10000000 | 10101111 | 111 | 11011 | 0 | 11111 | 100011101 | 10111 | 111011 |
Color Harmonies of #A380AF
Complementary color
Monochromatic Colors of #A380AF
Black with #A380AF
Text Example
Text Example
White with #A380AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380AF; }
p { color: rgb(163,128,175); }
H1.HeaderClassName
{
color: #A380AF;
}
.AnyTagClassName
{
color: #A380AF;
}
</style>
background-color css
<style>
a { background-color: #A380AF; }
a { background-color: rgb(163,128,175); }
div.DivClassName
{
background-color: #A380AF;
}
.BgClassName
{
background-color: #A380AF;
}
</style>
border-color css
<style>
span { border-color: #A380AF; }
span { border-color: rgb(163,128,175); }
td.TdClassName
{
border-color: #A380AF;
}
.TagClassName
{
border-color: #A380AF;
}
</style>