Shades of East Side #A880CD
Tints of East Side #A880CD
RGB
CMYK
RGB Variations
Color information
#A880CD (or 0xA880CD) is known color: East Side. HEX triplet: A8, 80 and CD. RGB value is (168,128,205). Sum of RGB (Red+Green+Blue) = 168+128+205=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #A880CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880CD is #577F32. Grayscale: #949494. Windows color (decimal): -5734195 or 13467816. OLE color: 13467816.
HSL color Cylindrical-coordinate representation of color #A880CD: hue angle of 271.17º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A880CD is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 128 | 205 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.20 |
| HSL | 271.17º | 0.44% | 0.65% | - |
| HSV(B) | 271.17º | 0.38% | 0.8% | - |
| XYZ | 34.89 | 28.17 | 61.36 | - |
| YUV | 148.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 205 | 0.18 | 0.38 | 0 | 0.20 | 271.17 | 0.44 | 0.65 |
| Hex | A8 | 80 | CD | 12 | 26 | 0 | 14 | 10F | 2C | 41 |
| Octal | 250 | 200 | 315 | 22 | 46 | 0 | 24 | 417 | 54 | 101 |
| Binary | 10101000 | 10000000 | 11001101 | 10010 | 100110 | 0 | 10100 | 100001111 | 101100 | 1000001 |
Color Harmonies of #A880CD
Complementary color
Monochromatic Colors of #A880CD
Black with #A880CD
Text Example
Text Example
White with #A880CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880CD; }
p { color: rgb(168,128,205); }
H1.HeaderClassName
{
color: #A880CD;
}
.AnyTagClassName
{
color: #A880CD;
}
</style>
background-color css
<style>
a { background-color: #A880CD; }
a { background-color: rgb(168,128,205); }
div.DivClassName
{
background-color: #A880CD;
}
.BgClassName
{
background-color: #A880CD;
}
</style>
border-color css
<style>
span { border-color: #A880CD; }
span { border-color: rgb(168,128,205); }
td.TdClassName
{
border-color: #A880CD;
}
.TagClassName
{
border-color: #A880CD;
}
</style>