Shades of Medium Purple #A274DF
Tints of Medium Purple #A274DF
RGB
CMYK
RGB Variations
Color information
#A274DF (or 0xA274DF) is known color: Medium Purple. HEX triplet: A2, 74 and DF. RGB value is (162,116,223). Sum of RGB (Red+Green+Blue) = 162+116+223=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #A274DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274DF is #5D8B20. Grayscale: #8D8D8D. Windows color (decimal): -6130465 or 14644386. OLE color: 14644386.
HSL color Cylindrical-coordinate representation of color #A274DF: hue angle of 265.79º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A274DF is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 116 | 223 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.13 |
| HSL | 265.79º | 0.63% | 0.66% | - |
| HSV(B) | 265.79º | 0.48% | 0.87% | - |
| XYZ | 34.46 | 25.5 | 72.92 | - |
| YUV | 141.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 223 | 0.27 | 0.48 | 0 | 0.13 | 265.79 | 0.63 | 0.66 |
| Hex | A2 | 74 | DF | 1B | 30 | 0 | D | 10A | 3F | 42 |
| Octal | 242 | 164 | 337 | 33 | 60 | 0 | 15 | 412 | 77 | 102 |
| Binary | 10100010 | 1110100 | 11011111 | 11011 | 110000 | 0 | 1101 | 100001010 | 111111 | 1000010 |
Color Harmonies of #A274DF
Complementary color
Monochromatic Colors of #A274DF
Black with #A274DF
Text Example
Text Example
White with #A274DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A274DF; }
p { color: rgb(162,116,223); }
H1.HeaderClassName
{
color: #A274DF;
}
.AnyTagClassName
{
color: #A274DF;
}
</style>
background-color css
<style>
a { background-color: #A274DF; }
a { background-color: rgb(162,116,223); }
div.DivClassName
{
background-color: #A274DF;
}
.BgClassName
{
background-color: #A274DF;
}
</style>
border-color css
<style>
span { border-color: #A274DF; }
span { border-color: rgb(162,116,223); }
td.TdClassName
{
border-color: #A274DF;
}
.TagClassName
{
border-color: #A274DF;
}
</style>