Shades of Medium Purple #A578DF
Tints of Medium Purple #A578DF
RGB
CMYK
RGB Variations
Color information
#A578DF (or 0xA578DF) is known color: Medium Purple. HEX triplet: A5, 78 and DF. RGB value is (165,120,223). Sum of RGB (Red+Green+Blue) = 165+120+223=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #A578DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578DF is #5A8720. Grayscale: #909090. Windows color (decimal): -5932833 or 14645413. OLE color: 14645413.
HSL color Cylindrical-coordinate representation of color #A578DF: hue angle of 266.21º degrees, saturation: 0.62, 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 #A578DF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 120 | 223 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.13 |
| HSL | 266.21º | 0.62% | 0.67% | - |
| HSV(B) | 266.21º | 0.46% | 0.87% | - |
| XYZ | 35.55 | 26.76 | 73.1 | - |
| YUV | 145.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 223 | 0.26 | 0.46 | 0 | 0.13 | 266.21 | 0.62 | 0.67 |
| Hex | A5 | 78 | DF | 1A | 2E | 0 | D | 10A | 3E | 43 |
| Octal | 245 | 170 | 337 | 32 | 56 | 0 | 15 | 412 | 76 | 103 |
| Binary | 10100101 | 1111000 | 11011111 | 11010 | 101110 | 0 | 1101 | 100001010 | 111110 | 1000011 |
Color Harmonies of #A578DF
Complementary color
Monochromatic Colors of #A578DF
Black with #A578DF
Text Example
Text Example
White with #A578DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A578DF; }
p { color: rgb(165,120,223); }
H1.HeaderClassName
{
color: #A578DF;
}
.AnyTagClassName
{
color: #A578DF;
}
</style>
background-color css
<style>
a { background-color: #A578DF; }
a { background-color: rgb(165,120,223); }
div.DivClassName
{
background-color: #A578DF;
}
.BgClassName
{
background-color: #A578DF;
}
</style>
border-color css
<style>
span { border-color: #A578DF; }
span { border-color: rgb(165,120,223); }
td.TdClassName
{
border-color: #A578DF;
}
.TagClassName
{
border-color: #A578DF;
}
</style>