Shades of East Side #A07FAF
Tints of East Side #A07FAF
RGB
CMYK
RGB Variations
Color information
#A07FAF (or 0xA07FAF) is known color: East Side. HEX triplet: A0, 7F and AF. RGB value is (160,127,175). Sum of RGB (Red+Green+Blue) = 160+127+175=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #A07FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FAF is #5F8050. Grayscale: #8E8E8E. Windows color (decimal): -6258769 or 11501472. OLE color: 11501472.
HSL color Cylindrical-coordinate representation of color #A07FAF: hue angle of 281.25º 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 #A07FAF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 127 | 175 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.31 |
| HSL | 281.25º | 0.23% | 0.59% | - |
| HSV(B) | 281.25º | 0.27% | 0.69% | - |
| XYZ | 29.82 | 25.75 | 43.96 | - |
| YUV | 142.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 175 | 0.09 | 0.27 | 0 | 0.31 | 281.25 | 0.23 | 0.59 |
| Hex | A0 | 7F | AF | 9 | 1B | 0 | 1F | 119 | 17 | 3B |
| Octal | 240 | 177 | 257 | 11 | 33 | 0 | 37 | 431 | 27 | 73 |
| Binary | 10100000 | 1111111 | 10101111 | 1001 | 11011 | 0 | 11111 | 100011001 | 10111 | 111011 |
Color Harmonies of #A07FAF
Complementary color
Monochromatic Colors of #A07FAF
Black with #A07FAF
Text Example
Text Example
White with #A07FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FAF; }
p { color: rgb(160,127,175); }
H1.HeaderClassName
{
color: #A07FAF;
}
.AnyTagClassName
{
color: #A07FAF;
}
</style>
background-color css
<style>
a { background-color: #A07FAF; }
a { background-color: rgb(160,127,175); }
div.DivClassName
{
background-color: #A07FAF;
}
.BgClassName
{
background-color: #A07FAF;
}
</style>
border-color css
<style>
span { border-color: #A07FAF; }
span { border-color: rgb(160,127,175); }
td.TdClassName
{
border-color: #A07FAF;
}
.TagClassName
{
border-color: #A07FAF;
}
</style>