Shades of East Side #AD82C3
Tints of East Side #AD82C3
RGB
CMYK
RGB Variations
Color information
#AD82C3 (or 0xAD82C3) is known color: East Side. HEX triplet: AD, 82 and C3. RGB value is (173,130,195). Sum of RGB (Red+Green+Blue) = 173+130+195=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD82C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82C3 is #527D3C. Grayscale: #969696. Windows color (decimal): -5406013 or 12812973. OLE color: 12812973.
HSL color Cylindrical-coordinate representation of color #AD82C3: hue angle of 279.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD82C3 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 130 | 195 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.24 |
| HSL | 279.69º | 0.35% | 0.64% | - |
| HSV(B) | 279.69º | 0.33% | 0.76% | - |
| XYZ | 35.07 | 28.79 | 55.34 | - |
| YUV | 150.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 195 | 0.11 | 0.33 | 0 | 0.24 | 279.69 | 0.35 | 0.64 |
| Hex | AD | 82 | C3 | B | 21 | 0 | 18 | 118 | 23 | 40 |
| Octal | 255 | 202 | 303 | 13 | 41 | 0 | 30 | 430 | 43 | 100 |
| Binary | 10101101 | 10000010 | 11000011 | 1011 | 100001 | 0 | 11000 | 100011000 | 100011 | 1000000 |
Color Harmonies of #AD82C3
Complementary color
Monochromatic Colors of #AD82C3
Black with #AD82C3
Text Example
Text Example
White with #AD82C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82C3; }
p { color: rgb(173,130,195); }
H1.HeaderClassName
{
color: #AD82C3;
}
.AnyTagClassName
{
color: #AD82C3;
}
</style>
background-color css
<style>
a { background-color: #AD82C3; }
a { background-color: rgb(173,130,195); }
div.DivClassName
{
background-color: #AD82C3;
}
.BgClassName
{
background-color: #AD82C3;
}
</style>
border-color css
<style>
span { border-color: #AD82C3; }
span { border-color: rgb(173,130,195); }
td.TdClassName
{
border-color: #AD82C3;
}
.TagClassName
{
border-color: #AD82C3;
}
</style>