Shades of East Side #AD78CA
Tints of East Side #AD78CA
RGB
CMYK
RGB Variations
Color information
#AD78CA (or 0xAD78CA) is known color: East Side. HEX triplet: AD, 78 and CA. RGB value is (173,120,202). Sum of RGB (Red+Green+Blue) = 173+120+202=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD78CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78CA is #528735. Grayscale: #909090. Windows color (decimal): -5408566 or 13269165. OLE color: 13269165.
HSL color Cylindrical-coordinate representation of color #AD78CA: hue angle of 278.78º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD78CA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 120 | 202 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.21 |
| HSL | 278.78º | 0.44% | 0.63% | - |
| HSV(B) | 278.78º | 0.41% | 0.79% | - |
| XYZ | 34.61 | 26.58 | 59.18 | - |
| YUV | 145.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 202 | 0.14 | 0.41 | 0 | 0.21 | 278.78 | 0.44 | 0.63 |
| Hex | AD | 78 | CA | E | 29 | 0 | 15 | 117 | 2C | 3F |
| Octal | 255 | 170 | 312 | 16 | 51 | 0 | 25 | 427 | 54 | 77 |
| Binary | 10101101 | 1111000 | 11001010 | 1110 | 101001 | 0 | 10101 | 100010111 | 101100 | 111111 |
Color Harmonies of #AD78CA
Complementary color
Monochromatic Colors of #AD78CA
Black with #AD78CA
Text Example
Text Example
White with #AD78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78CA; }
p { color: rgb(173,120,202); }
H1.HeaderClassName
{
color: #AD78CA;
}
.AnyTagClassName
{
color: #AD78CA;
}
</style>
background-color css
<style>
a { background-color: #AD78CA; }
a { background-color: rgb(173,120,202); }
div.DivClassName
{
background-color: #AD78CA;
}
.BgClassName
{
background-color: #AD78CA;
}
</style>
border-color css
<style>
span { border-color: #AD78CA; }
span { border-color: rgb(173,120,202); }
td.TdClassName
{
border-color: #AD78CA;
}
.TagClassName
{
border-color: #AD78CA;
}
</style>