Shades of Medium Purple #A450F8
Tints of Medium Purple #A450F8
RGB
CMYK
RGB Variations
Color information
#A450F8 (or 0xA450F8) is known color: Medium Purple. HEX triplet: A4, 50 and F8. RGB value is (164,80,248). Sum of RGB (Red+Green+Blue) = 164+80+248=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #A450F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450F8 is #5BAF07. Grayscale: #7B7B7B. Windows color (decimal): -6008584 or 16273572. OLE color: 16273572.
HSL color Cylindrical-coordinate representation of color #A450F8: hue angle of 270º degrees, saturation: 0.92, 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 #A450F8 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 80 | 248 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.03 |
| HSL | 270º | 0.92% | 0.64% | - |
| HSV(B) | 270º | 0.68% | 0.97% | - |
| XYZ | 35.12 | 20.41 | 90.89 | - |
| YUV | 124.27 | 197.83 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 248 | 0.34 | 0.68 | 0 | 0.03 | 270 | 0.92 | 0.64 |
| Hex | A4 | 50 | F8 | 22 | 44 | 0 | 3 | 10E | 5C | 40 |
| Octal | 244 | 120 | 370 | 42 | 104 | 0 | 3 | 416 | 134 | 100 |
| Binary | 10100100 | 1010000 | 11111000 | 100010 | 1000100 | 0 | 11 | 100001110 | 1011100 | 1000000 |
Color Harmonies of #A450F8
Complementary color
Monochromatic Colors of #A450F8
Black with #A450F8
Text Example
Text Example
White with #A450F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A450F8; }
p { color: rgb(164,80,248); }
H1.HeaderClassName
{
color: #A450F8;
}
.AnyTagClassName
{
color: #A450F8;
}
</style>
background-color css
<style>
a { background-color: #A450F8; }
a { background-color: rgb(164,80,248); }
div.DivClassName
{
background-color: #A450F8;
}
.BgClassName
{
background-color: #A450F8;
}
</style>
border-color css
<style>
span { border-color: #A450F8; }
span { border-color: rgb(164,80,248); }
td.TdClassName
{
border-color: #A450F8;
}
.TagClassName
{
border-color: #A450F8;
}
</style>