Shades of Medium Purple #A552FA
Tints of Medium Purple #A552FA
RGB
CMYK
RGB Variations
Color information
#A552FA (or 0xA552FA) is known color: Medium Purple. HEX triplet: A5, 52 and FA. RGB value is (165,82,250). Sum of RGB (Red+Green+Blue) = 165+82+250=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #A552FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A552FA is #5AAD05. Grayscale: #7D7D7D. Windows color (decimal): -5942534 or 16405157. OLE color: 16405157.
HSL color Cylindrical-coordinate representation of color #A552FA: hue angle of 269.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A552FA is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 82 | 250 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.02 |
| HSL | 269.64º | 0.94% | 0.65% | - |
| HSV(B) | 269.64º | 0.67% | 0.98% | - |
| XYZ | 35.79 | 20.94 | 92.6 | - |
| YUV | 125.97 | 198 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 250 | 0.34 | 0.67 | 0 | 0.02 | 269.64 | 0.94 | 0.65 |
| Hex | A5 | 52 | FA | 22 | 43 | 0 | 2 | 10E | 5E | 41 |
| Octal | 245 | 122 | 372 | 42 | 103 | 0 | 2 | 416 | 136 | 101 |
| Binary | 10100101 | 1010010 | 11111010 | 100010 | 1000011 | 0 | 10 | 100001110 | 1011110 | 1000001 |
Color Harmonies of #A552FA
Complementary color
Monochromatic Colors of #A552FA
Black with #A552FA
Text Example
Text Example
White with #A552FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552FA; }
p { color: rgb(165,82,250); }
H1.HeaderClassName
{
color: #A552FA;
}
.AnyTagClassName
{
color: #A552FA;
}
</style>
background-color css
<style>
a { background-color: #A552FA; }
a { background-color: rgb(165,82,250); }
div.DivClassName
{
background-color: #A552FA;
}
.BgClassName
{
background-color: #A552FA;
}
</style>
border-color css
<style>
span { border-color: #A552FA; }
span { border-color: rgb(165,82,250); }
td.TdClassName
{
border-color: #A552FA;
}
.TagClassName
{
border-color: #A552FA;
}
</style>