Shades of East Side #A381B3
Tints of East Side #A381B3
RGB
CMYK
RGB Variations
Color information
#A381B3 (or 0xA381B3) is known color: East Side. HEX triplet: A3, 81 and B3. RGB value is (163,129,179). Sum of RGB (Red+Green+Blue) = 163+129+179=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #A381B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381B3 is #5C7E4C. Grayscale: #909090. Windows color (decimal): -6061645 or 11764131. OLE color: 11764131.
HSL color Cylindrical-coordinate representation of color #A381B3: hue angle of 280.8º 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 #A381B3 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 129 | 179 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.30 |
| HSL | 280.8º | 0.25% | 0.6% | - |
| HSV(B) | 280.8º | 0.28% | 0.7% | - |
| XYZ | 31.09 | 26.74 | 46.17 | - |
| YUV | 144.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 179 | 0.09 | 0.28 | 0 | 0.30 | 280.8 | 0.25 | 0.6 |
| Hex | A3 | 81 | B3 | 9 | 1C | 0 | 1E | 119 | 19 | 3C |
| Octal | 243 | 201 | 263 | 11 | 34 | 0 | 36 | 431 | 31 | 74 |
| Binary | 10100011 | 10000001 | 10110011 | 1001 | 11100 | 0 | 11110 | 100011001 | 11001 | 111100 |
Color Harmonies of #A381B3
Complementary color
Monochromatic Colors of #A381B3
Black with #A381B3
Text Example
Text Example
White with #A381B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381B3; }
p { color: rgb(163,129,179); }
H1.HeaderClassName
{
color: #A381B3;
}
.AnyTagClassName
{
color: #A381B3;
}
</style>
background-color css
<style>
a { background-color: #A381B3; }
a { background-color: rgb(163,129,179); }
div.DivClassName
{
background-color: #A381B3;
}
.BgClassName
{
background-color: #A381B3;
}
</style>
border-color css
<style>
span { border-color: #A381B3; }
span { border-color: rgb(163,129,179); }
td.TdClassName
{
border-color: #A381B3;
}
.TagClassName
{
border-color: #A381B3;
}
</style>