Shades of Medium Purple #A552FE
Tints of Medium Purple #A552FE
RGB
CMYK
RGB Variations
Color information
#A552FE (or 0xA552FE) is known color: Medium Purple. HEX triplet: A5, 52 and FE. RGB value is (165,82,254). Sum of RGB (Red+Green+Blue) = 165+82+254=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #A552FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A552FE is #5AAD01. Grayscale: #7D7D7D. Windows color (decimal): -5942530 or 16667301. OLE color: 16667301.
HSL color Cylindrical-coordinate representation of color #A552FE: hue angle of 268.95º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A552FE is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 82 | 254 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.00 |
| HSL | 268.95º | 0.99% | 0.66% | - |
| HSV(B) | 268.95º | 0.68% | 1% | - |
| XYZ | 36.42 | 21.19 | 95.94 | - |
| YUV | 126.43 | 200 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 254 | 0.35 | 0.68 | 0 | 0.00 | 268.95 | 0.99 | 0.66 |
| Hex | A5 | 52 | FE | 23 | 44 | 0 | 0 | 10D | 63 | 42 |
| Octal | 245 | 122 | 376 | 43 | 104 | 0 | 0 | 415 | 143 | 102 |
| Binary | 10100101 | 1010010 | 11111110 | 100011 | 1000100 | 0 | 0 | 100001101 | 1100011 | 1000010 |
Color Harmonies of #A552FE
Complementary color
Monochromatic Colors of #A552FE
Black with #A552FE
Text Example
Text Example
White with #A552FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552FE; }
p { color: rgb(165,82,254); }
H1.HeaderClassName
{
color: #A552FE;
}
.AnyTagClassName
{
color: #A552FE;
}
</style>
background-color css
<style>
a { background-color: #A552FE; }
a { background-color: rgb(165,82,254); }
div.DivClassName
{
background-color: #A552FE;
}
.BgClassName
{
background-color: #A552FE;
}
</style>
border-color css
<style>
span { border-color: #A552FE; }
span { border-color: rgb(165,82,254); }
td.TdClassName
{
border-color: #A552FE;
}
.TagClassName
{
border-color: #A552FE;
}
</style>