Shades of Medium Purple #A758F0
Tints of Medium Purple #A758F0
RGB
CMYK
RGB Variations
Color information
#A758F0 (or 0xA758F0) is known color: Medium Purple. HEX triplet: A7, 58 and F0. RGB value is (167,88,240). Sum of RGB (Red+Green+Blue) = 167+88+240=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #A758F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A758F0 is #58A70F. Grayscale: #808080. Windows color (decimal): -5809936 or 15751335. OLE color: 15751335.
HSL color Cylindrical-coordinate representation of color #A758F0: hue angle of 271.18º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A758F0 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 88 | 240 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.06 |
| HSL | 271.18º | 0.84% | 0.64% | - |
| HSV(B) | 271.18º | 0.63% | 0.94% | - |
| XYZ | 35.15 | 21.49 | 84.73 | - |
| YUV | 128.95 | 190.67 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 240 | 0.30 | 0.63 | 0 | 0.06 | 271.18 | 0.84 | 0.64 |
| Hex | A7 | 58 | F0 | 1E | 3F | 0 | 6 | 10F | 54 | 40 |
| Octal | 247 | 130 | 360 | 36 | 77 | 0 | 6 | 417 | 124 | 100 |
| Binary | 10100111 | 1011000 | 11110000 | 11110 | 111111 | 0 | 110 | 100001111 | 1010100 | 1000000 |
Color Harmonies of #A758F0
Complementary color
Monochromatic Colors of #A758F0
Black with #A758F0
Text Example
Text Example
White with #A758F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A758F0; }
p { color: rgb(167,88,240); }
H1.HeaderClassName
{
color: #A758F0;
}
.AnyTagClassName
{
color: #A758F0;
}
</style>
background-color css
<style>
a { background-color: #A758F0; }
a { background-color: rgb(167,88,240); }
div.DivClassName
{
background-color: #A758F0;
}
.BgClassName
{
background-color: #A758F0;
}
</style>
border-color css
<style>
span { border-color: #A758F0; }
span { border-color: rgb(167,88,240); }
td.TdClassName
{
border-color: #A758F0;
}
.TagClassName
{
border-color: #A758F0;
}
</style>