Shades of East Side #AD81CC
Tints of East Side #AD81CC
RGB
CMYK
RGB Variations
Color information
#AD81CC (or 0xAD81CC) is known color: East Side. HEX triplet: AD, 81 and CC. RGB value is (173,129,204). Sum of RGB (Red+Green+Blue) = 173+129+204=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81CC is #527E33. Grayscale: #969696. Windows color (decimal): -5406260 or 13402541. OLE color: 13402541.
HSL color Cylindrical-coordinate representation of color #AD81CC: hue angle of 275.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD81CC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 129 | 204 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.2 |
| HSL | 275.2º | 0.42% | 0.65% | - |
| HSV(B) | 275.2º | 0.37% | 0.8% | - |
| XYZ | 35.98 | 28.94 | 60.82 | - |
| YUV | 150.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 204 | 0.15 | 0.37 | 0 | 0.2 | 275.2 | 0.42 | 0.65 |
| Hex | AD | 81 | CC | F | 25 | 0 | 14 | 113 | 2A | 41 |
| Octal | 255 | 201 | 314 | 17 | 45 | 0 | 24 | 423 | 52 | 101 |
| Binary | 10101101 | 10000001 | 11001100 | 1111 | 100101 | 0 | 10100 | 100010011 | 101010 | 1000001 |
Color Harmonies of #AD81CC
Complementary color
Monochromatic Colors of #AD81CC
Black with #AD81CC
Text Example
Text Example
White with #AD81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81CC; }
p { color: rgb(173,129,204); }
H1.HeaderClassName
{
color: #AD81CC;
}
.AnyTagClassName
{
color: #AD81CC;
}
</style>
background-color css
<style>
a { background-color: #AD81CC; }
a { background-color: rgb(173,129,204); }
div.DivClassName
{
background-color: #AD81CC;
}
.BgClassName
{
background-color: #AD81CC;
}
</style>
border-color css
<style>
span { border-color: #AD81CC; }
span { border-color: rgb(173,129,204); }
td.TdClassName
{
border-color: #AD81CC;
}
.TagClassName
{
border-color: #AD81CC;
}
</style>