Shades of East Side #A28FAF
Tints of East Side #A28FAF
RGB
CMYK
RGB Variations
Color information
#A28FAF (or 0xA28FAF) is known color: East Side. HEX triplet: A2, 8F and AF. RGB value is (162,143,175). Sum of RGB (Red+Green+Blue) = 162+143+175=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #A28FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28FAF is #5D7050. Grayscale: #989898. Windows color (decimal): -6123601 or 11505570. OLE color: 11505570.
HSL color Cylindrical-coordinate representation of color #A28FAF: hue angle of 275.62º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A28FAF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 143 | 175 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.31 |
| HSL | 275.63º | 0.17% | 0.62% | - |
| HSV(B) | 275.63º | 0.18% | 0.69% | - |
| XYZ | 32.46 | 30.42 | 44.72 | - |
| YUV | 152.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 175 | 0.07 | 0.18 | 0 | 0.31 | 275.63 | 0.17 | 0.62 |
| Hex | A2 | 8F | AF | 7 | 12 | 0 | 1F | 114 | 11 | 3E |
| Octal | 242 | 217 | 257 | 7 | 22 | 0 | 37 | 424 | 21 | 76 |
| Binary | 10100010 | 10001111 | 10101111 | 111 | 10010 | 0 | 11111 | 100010100 | 10001 | 111110 |
Color Harmonies of #A28FAF
Complementary color
Monochromatic Colors of #A28FAF
Black with #A28FAF
Text Example
Text Example
White with #A28FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FAF; }
p { color: rgb(162,143,175); }
H1.HeaderClassName
{
color: #A28FAF;
}
.AnyTagClassName
{
color: #A28FAF;
}
</style>
background-color css
<style>
a { background-color: #A28FAF; }
a { background-color: rgb(162,143,175); }
div.DivClassName
{
background-color: #A28FAF;
}
.BgClassName
{
background-color: #A28FAF;
}
</style>
border-color css
<style>
span { border-color: #A28FAF; }
span { border-color: rgb(162,143,175); }
td.TdClassName
{
border-color: #A28FAF;
}
.TagClassName
{
border-color: #A28FAF;
}
</style>