Shades of Medium Purple #A55FFC
Tints of Medium Purple #A55FFC
RGB
CMYK
RGB Variations
Color information
#A55FFC (or 0xA55FFC) is known color: Medium Purple. HEX triplet: A5, 5F and FC. RGB value is (165,95,252). Sum of RGB (Red+Green+Blue) = 165+95+252=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #A55FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FFC is #5AA003. Grayscale: #858585. Windows color (decimal): -5939204 or 16539557. OLE color: 16539557.
HSL color Cylindrical-coordinate representation of color #A55FFC: hue angle of 266.75º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A55FFC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 95 | 252 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.01 |
| HSL | 266.75º | 0.96% | 0.68% | - |
| HSV(B) | 266.75º | 0.62% | 0.99% | - |
| XYZ | 37.18 | 23.21 | 94.62 | - |
| YUV | 133.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 252 | 0.35 | 0.62 | 0 | 0.01 | 266.75 | 0.96 | 0.68 |
| Hex | A5 | 5F | FC | 23 | 3E | 0 | 1 | 10B | 60 | 44 |
| Octal | 245 | 137 | 374 | 43 | 76 | 0 | 1 | 413 | 140 | 104 |
| Binary | 10100101 | 1011111 | 11111100 | 100011 | 111110 | 0 | 1 | 100001011 | 1100000 | 1000100 |
Color Harmonies of #A55FFC
Complementary color
Monochromatic Colors of #A55FFC
Black with #A55FFC
Text Example
Text Example
White with #A55FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FFC; }
p { color: rgb(165,95,252); }
H1.HeaderClassName
{
color: #A55FFC;
}
.AnyTagClassName
{
color: #A55FFC;
}
</style>
background-color css
<style>
a { background-color: #A55FFC; }
a { background-color: rgb(165,95,252); }
div.DivClassName
{
background-color: #A55FFC;
}
.BgClassName
{
background-color: #A55FFC;
}
</style>
border-color css
<style>
span { border-color: #A55FFC; }
span { border-color: rgb(165,95,252); }
td.TdClassName
{
border-color: #A55FFC;
}
.TagClassName
{
border-color: #A55FFC;
}
</style>