Shades of Medium Purple #A278DA
Tints of Medium Purple #A278DA
RGB
CMYK
RGB Variations
Color information
#A278DA (or 0xA278DA) is known color: Medium Purple. HEX triplet: A2, 78 and DA. RGB value is (162,120,218). Sum of RGB (Red+Green+Blue) = 162+120+218=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #A278DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278DA is #5D8725. Grayscale: #8F8F8F. Windows color (decimal): -6129446 or 14317730. OLE color: 14317730.
HSL color Cylindrical-coordinate representation of color #A278DA: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A278DA is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 120 | 218 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.15 |
| HSL | 265.71º | 0.57% | 0.66% | - |
| HSV(B) | 265.71º | 0.45% | 0.85% | - |
| XYZ | 34.27 | 26.18 | 69.58 | - |
| YUV | 143.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 218 | 0.26 | 0.45 | 0 | 0.15 | 265.71 | 0.57 | 0.66 |
| Hex | A2 | 78 | DA | 1A | 2D | 0 | F | 10A | 39 | 42 |
| Octal | 242 | 170 | 332 | 32 | 55 | 0 | 17 | 412 | 71 | 102 |
| Binary | 10100010 | 1111000 | 11011010 | 11010 | 101101 | 0 | 1111 | 100001010 | 111001 | 1000010 |
Color Harmonies of #A278DA
Complementary color
Monochromatic Colors of #A278DA
Black with #A278DA
Text Example
Text Example
White with #A278DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278DA; }
p { color: rgb(162,120,218); }
H1.HeaderClassName
{
color: #A278DA;
}
.AnyTagClassName
{
color: #A278DA;
}
</style>
background-color css
<style>
a { background-color: #A278DA; }
a { background-color: rgb(162,120,218); }
div.DivClassName
{
background-color: #A278DA;
}
.BgClassName
{
background-color: #A278DA;
}
</style>
border-color css
<style>
span { border-color: #A278DA; }
span { border-color: rgb(162,120,218); }
td.TdClassName
{
border-color: #A278DA;
}
.TagClassName
{
border-color: #A278DA;
}
</style>