Shades of Medium Purple #A478DC
Tints of Medium Purple #A478DC
RGB
CMYK
RGB Variations
Color information
#A478DC (or 0xA478DC) is known color: Medium Purple. HEX triplet: A4, 78 and DC. RGB value is (164,120,220). Sum of RGB (Red+Green+Blue) = 164+120+220=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #A478DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478DC is #5B8723. Grayscale: #909090. Windows color (decimal): -5998372 or 14448804. OLE color: 14448804.
HSL color Cylindrical-coordinate representation of color #A478DC: hue angle of 266.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A478DC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 120 | 220 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.14 |
| HSL | 266.4º | 0.59% | 0.67% | - |
| HSV(B) | 266.4º | 0.45% | 0.86% | - |
| XYZ | 34.94 | 26.49 | 70.98 | - |
| YUV | 144.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 220 | 0.25 | 0.45 | 0 | 0.14 | 266.4 | 0.59 | 0.67 |
| Hex | A4 | 78 | DC | 19 | 2D | 0 | E | 10A | 3B | 43 |
| Octal | 244 | 170 | 334 | 31 | 55 | 0 | 16 | 412 | 73 | 103 |
| Binary | 10100100 | 1111000 | 11011100 | 11001 | 101101 | 0 | 1110 | 100001010 | 111011 | 1000011 |
Color Harmonies of #A478DC
Complementary color
Monochromatic Colors of #A478DC
Black with #A478DC
Text Example
Text Example
White with #A478DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478DC; }
p { color: rgb(164,120,220); }
H1.HeaderClassName
{
color: #A478DC;
}
.AnyTagClassName
{
color: #A478DC;
}
</style>
background-color css
<style>
a { background-color: #A478DC; }
a { background-color: rgb(164,120,220); }
div.DivClassName
{
background-color: #A478DC;
}
.BgClassName
{
background-color: #A478DC;
}
</style>
border-color css
<style>
span { border-color: #A478DC; }
span { border-color: rgb(164,120,220); }
td.TdClassName
{
border-color: #A478DC;
}
.TagClassName
{
border-color: #A478DC;
}
</style>