Shades of East Side #A481B3
Tints of East Side #A481B3
RGB
CMYK
RGB Variations
Color information
#A481B3 (or 0xA481B3) is known color: East Side. HEX triplet: A4, 81 and B3. RGB value is (164,129,179). Sum of RGB (Red+Green+Blue) = 164+129+179=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #A481B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481B3 is #5B7E4C. Grayscale: #919191. Windows color (decimal): -5996109 or 11764132. OLE color: 11764132.
HSL color Cylindrical-coordinate representation of color #A481B3: hue angle of 282º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A481B3 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 129 | 179 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.30 |
| HSL | 282º | 0.25% | 0.6% | - |
| HSV(B) | 282º | 0.28% | 0.7% | - |
| XYZ | 31.3 | 26.85 | 46.18 | - |
| YUV | 145.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 179 | 0.08 | 0.28 | 0 | 0.30 | 282 | 0.25 | 0.6 |
| Hex | A4 | 81 | B3 | 8 | 1C | 0 | 1E | 11A | 19 | 3C |
| Octal | 244 | 201 | 263 | 10 | 34 | 0 | 36 | 432 | 31 | 74 |
| Binary | 10100100 | 10000001 | 10110011 | 1000 | 11100 | 0 | 11110 | 100011010 | 11001 | 111100 |
Color Harmonies of #A481B3
Complementary color
Monochromatic Colors of #A481B3
Black with #A481B3
Text Example
Text Example
White with #A481B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481B3; }
p { color: rgb(164,129,179); }
H1.HeaderClassName
{
color: #A481B3;
}
.AnyTagClassName
{
color: #A481B3;
}
</style>
background-color css
<style>
a { background-color: #A481B3; }
a { background-color: rgb(164,129,179); }
div.DivClassName
{
background-color: #A481B3;
}
.BgClassName
{
background-color: #A481B3;
}
</style>
border-color css
<style>
span { border-color: #A481B3; }
span { border-color: rgb(164,129,179); }
td.TdClassName
{
border-color: #A481B3;
}
.TagClassName
{
border-color: #A481B3;
}
</style>