Shades of Medium Purple #A552F7
Tints of Medium Purple #A552F7
RGB
CMYK
RGB Variations
Color information
#A552F7 (or 0xA552F7) is known color: Medium Purple. HEX triplet: A5, 52 and F7. RGB value is (165,82,247). Sum of RGB (Red+Green+Blue) = 165+82+247=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #A552F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A552F7 is #5AAD08. Grayscale: #7D7D7D. Windows color (decimal): -5942537 or 16208549. OLE color: 16208549.
HSL color Cylindrical-coordinate representation of color #A552F7: hue angle of 270.18º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A552F7 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 82 | 247 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.03 |
| HSL | 270.18º | 0.91% | 0.65% | - |
| HSV(B) | 270.18º | 0.67% | 0.97% | - |
| XYZ | 35.32 | 20.75 | 90.14 | - |
| YUV | 125.63 | 196.5 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 247 | 0.33 | 0.67 | 0 | 0.03 | 270.18 | 0.91 | 0.65 |
| Hex | A5 | 52 | F7 | 21 | 43 | 0 | 3 | 10E | 5B | 41 |
| Octal | 245 | 122 | 367 | 41 | 103 | 0 | 3 | 416 | 133 | 101 |
| Binary | 10100101 | 1010010 | 11110111 | 100001 | 1000011 | 0 | 11 | 100001110 | 1011011 | 1000001 |
Color Harmonies of #A552F7
Complementary color
Monochromatic Colors of #A552F7
Black with #A552F7
Text Example
Text Example
White with #A552F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552F7; }
p { color: rgb(165,82,247); }
H1.HeaderClassName
{
color: #A552F7;
}
.AnyTagClassName
{
color: #A552F7;
}
</style>
background-color css
<style>
a { background-color: #A552F7; }
a { background-color: rgb(165,82,247); }
div.DivClassName
{
background-color: #A552F7;
}
.BgClassName
{
background-color: #A552F7;
}
</style>
border-color css
<style>
span { border-color: #A552F7; }
span { border-color: rgb(165,82,247); }
td.TdClassName
{
border-color: #A552F7;
}
.TagClassName
{
border-color: #A552F7;
}
</style>