Shades of Medium Purple #A450F7
Tints of Medium Purple #A450F7
RGB
CMYK
RGB Variations
Color information
#A450F7 (or 0xA450F7) is known color: Medium Purple. HEX triplet: A4, 50 and F7. RGB value is (164,80,247). Sum of RGB (Red+Green+Blue) = 164+80+247=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #A450F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450F7 is #5BAF08. Grayscale: #7B7B7B. Windows color (decimal): -6008585 or 16208036. OLE color: 16208036.
HSL color Cylindrical-coordinate representation of color #A450F7: hue angle of 270.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A450F7 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 80 | 247 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.03 |
| HSL | 270.18º | 0.91% | 0.64% | - |
| HSV(B) | 270.18º | 0.68% | 0.97% | - |
| XYZ | 34.97 | 20.35 | 90.08 | - |
| YUV | 124.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 247 | 0.34 | 0.68 | 0 | 0.03 | 270.18 | 0.91 | 0.64 |
| Hex | A4 | 50 | F7 | 22 | 44 | 0 | 3 | 10E | 5B | 40 |
| Octal | 244 | 120 | 367 | 42 | 104 | 0 | 3 | 416 | 133 | 100 |
| Binary | 10100100 | 1010000 | 11110111 | 100010 | 1000100 | 0 | 11 | 100001110 | 1011011 | 1000000 |
Color Harmonies of #A450F7
Complementary color
Monochromatic Colors of #A450F7
Black with #A450F7
Text Example
Text Example
White with #A450F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450F7; }
p { color: rgb(164,80,247); }
H1.HeaderClassName
{
color: #A450F7;
}
.AnyTagClassName
{
color: #A450F7;
}
</style>
background-color css
<style>
a { background-color: #A450F7; }
a { background-color: rgb(164,80,247); }
div.DivClassName
{
background-color: #A450F7;
}
.BgClassName
{
background-color: #A450F7;
}
</style>
border-color css
<style>
span { border-color: #A450F7; }
span { border-color: rgb(164,80,247); }
td.TdClassName
{
border-color: #A450F7;
}
.TagClassName
{
border-color: #A450F7;
}
</style>