Shades of Medium Purple #A558F7
Tints of Medium Purple #A558F7
RGB
CMYK
RGB Variations
Color information
#A558F7 (or 0xA558F7) is known color: Medium Purple. HEX triplet: A5, 58 and F7. RGB value is (165,88,247). Sum of RGB (Red+Green+Blue) = 165+88+247=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #A558F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558F7 is #5AA708. Grayscale: #808080. Windows color (decimal): -5941001 or 16210085. OLE color: 16210085.
HSL color Cylindrical-coordinate representation of color #A558F7: hue angle of 269.06º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A558F7 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 88 | 247 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.03 |
| HSL | 269.06º | 0.91% | 0.66% | - |
| HSV(B) | 269.06º | 0.64% | 0.97% | - |
| XYZ | 35.8 | 21.69 | 90.3 | - |
| YUV | 129.15 | 194.51 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 247 | 0.33 | 0.64 | 0 | 0.03 | 269.06 | 0.91 | 0.66 |
| Hex | A5 | 58 | F7 | 21 | 40 | 0 | 3 | 10D | 5B | 42 |
| Octal | 245 | 130 | 367 | 41 | 100 | 0 | 3 | 415 | 133 | 102 |
| Binary | 10100101 | 1011000 | 11110111 | 100001 | 1000000 | 0 | 11 | 100001101 | 1011011 | 1000010 |
Color Harmonies of #A558F7
Complementary color
Monochromatic Colors of #A558F7
Black with #A558F7
Text Example
Text Example
White with #A558F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A558F7; }
p { color: rgb(165,88,247); }
H1.HeaderClassName
{
color: #A558F7;
}
.AnyTagClassName
{
color: #A558F7;
}
</style>
background-color css
<style>
a { background-color: #A558F7; }
a { background-color: rgb(165,88,247); }
div.DivClassName
{
background-color: #A558F7;
}
.BgClassName
{
background-color: #A558F7;
}
</style>
border-color css
<style>
span { border-color: #A558F7; }
span { border-color: rgb(165,88,247); }
td.TdClassName
{
border-color: #A558F7;
}
.TagClassName
{
border-color: #A558F7;
}
</style>