Shades of East Side #A995BC
Tints of East Side #A995BC
RGB
CMYK
RGB Variations
Color information
#A995BC (or 0xA995BC) is known color: East Side. HEX triplet: A9, 95 and BC. RGB value is (169,149,188). Sum of RGB (Red+Green+Blue) = 169+149+188=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #A995BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995BC is #566A43. Grayscale: #9F9F9F. Windows color (decimal): -5663300 or 12359081. OLE color: 12359081.
HSL color Cylindrical-coordinate representation of color #A995BC: hue angle of 270.77º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A995BC is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 149 | 188 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.26 |
| HSL | 270.77º | 0.23% | 0.66% | - |
| HSV(B) | 270.77º | 0.21% | 0.74% | - |
| XYZ | 36.19 | 33.56 | 52.15 | - |
| YUV | 159.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 188 | 0.10 | 0.21 | 0 | 0.26 | 270.77 | 0.23 | 0.66 |
| Hex | A9 | 95 | BC | A | 15 | 0 | 1A | 10F | 17 | 42 |
| Octal | 251 | 225 | 274 | 12 | 25 | 0 | 32 | 417 | 27 | 102 |
| Binary | 10101001 | 10010101 | 10111100 | 1010 | 10101 | 0 | 11010 | 100001111 | 10111 | 1000010 |
Color Harmonies of #A995BC
Complementary color
Monochromatic Colors of #A995BC
Black with #A995BC
Text Example
Text Example
White with #A995BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995BC; }
p { color: rgb(169,149,188); }
H1.HeaderClassName
{
color: #A995BC;
}
.AnyTagClassName
{
color: #A995BC;
}
</style>
background-color css
<style>
a { background-color: #A995BC; }
a { background-color: rgb(169,149,188); }
div.DivClassName
{
background-color: #A995BC;
}
.BgClassName
{
background-color: #A995BC;
}
</style>
border-color css
<style>
span { border-color: #A995BC; }
span { border-color: rgb(169,149,188); }
td.TdClassName
{
border-color: #A995BC;
}
.TagClassName
{
border-color: #A995BC;
}
</style>