Shades of Medium Purple #A478DD
Tints of Medium Purple #A478DD
RGB
CMYK
RGB Variations
Color information
#A478DD (or 0xA478DD) is known color: Medium Purple. HEX triplet: A4, 78 and DD. RGB value is (164,120,221). Sum of RGB (Red+Green+Blue) = 164+120+221=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #A478DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478DD is #5B8722. Grayscale: #909090. Windows color (decimal): -5998371 or 14514340. OLE color: 14514340.
HSL color Cylindrical-coordinate representation of color #A478DD: hue angle of 266.14º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A478DD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 120 | 221 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.13 |
| HSL | 266.14º | 0.6% | 0.67% | - |
| HSV(B) | 266.14º | 0.46% | 0.87% | - |
| XYZ | 35.08 | 26.55 | 71.68 | - |
| YUV | 144.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 221 | 0.26 | 0.46 | 0 | 0.13 | 266.14 | 0.6 | 0.67 |
| Hex | A4 | 78 | DD | 1A | 2E | 0 | D | 10A | 3C | 43 |
| Octal | 244 | 170 | 335 | 32 | 56 | 0 | 15 | 412 | 74 | 103 |
| Binary | 10100100 | 1111000 | 11011101 | 11010 | 101110 | 0 | 1101 | 100001010 | 111100 | 1000011 |
Color Harmonies of #A478DD
Complementary color
Monochromatic Colors of #A478DD
Black with #A478DD
Text Example
Text Example
White with #A478DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478DD; }
p { color: rgb(164,120,221); }
H1.HeaderClassName
{
color: #A478DD;
}
.AnyTagClassName
{
color: #A478DD;
}
</style>
background-color css
<style>
a { background-color: #A478DD; }
a { background-color: rgb(164,120,221); }
div.DivClassName
{
background-color: #A478DD;
}
.BgClassName
{
background-color: #A478DD;
}
</style>
border-color css
<style>
span { border-color: #A478DD; }
span { border-color: rgb(164,120,221); }
td.TdClassName
{
border-color: #A478DD;
}
.TagClassName
{
border-color: #A478DD;
}
</style>