Shades of East Side #A37DB8
Tints of East Side #A37DB8
RGB
CMYK
RGB Variations
Color information
#A37DB8 (or 0xA37DB8) is known color: East Side. HEX triplet: A3, 7D and B8. RGB value is (163,125,184). Sum of RGB (Red+Green+Blue) = 163+125+184=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 184 - color contains mainly: blue. Hex color #A37DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DB8 is #5C8247. Grayscale: #8E8E8E. Windows color (decimal): -6062664 or 12090787. OLE color: 12090787.
HSL color Cylindrical-coordinate representation of color #A37DB8: hue angle of 278.64º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A37DB8 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 125 | 184 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.28 |
| HSL | 278.64º | 0.29% | 0.61% | - |
| HSV(B) | 278.64º | 0.32% | 0.72% | - |
| XYZ | 31.09 | 25.91 | 48.71 | - |
| YUV | 143.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 184 | 0.11 | 0.32 | 0 | 0.28 | 278.64 | 0.29 | 0.61 |
| Hex | A3 | 7D | B8 | B | 20 | 0 | 1C | 117 | 1D | 3D |
| Octal | 243 | 175 | 270 | 13 | 40 | 0 | 34 | 427 | 35 | 75 |
| Binary | 10100011 | 1111101 | 10111000 | 1011 | 100000 | 0 | 11100 | 100010111 | 11101 | 111101 |
Color Harmonies of #A37DB8
Complementary color
Monochromatic Colors of #A37DB8
Black with #A37DB8
Text Example
Text Example
White with #A37DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37DB8; }
p { color: rgb(163,125,184); }
H1.HeaderClassName
{
color: #A37DB8;
}
.AnyTagClassName
{
color: #A37DB8;
}
</style>
background-color css
<style>
a { background-color: #A37DB8; }
a { background-color: rgb(163,125,184); }
div.DivClassName
{
background-color: #A37DB8;
}
.BgClassName
{
background-color: #A37DB8;
}
</style>
border-color css
<style>
span { border-color: #A37DB8; }
span { border-color: rgb(163,125,184); }
td.TdClassName
{
border-color: #A37DB8;
}
.TagClassName
{
border-color: #A37DB8;
}
</style>