Shades of Medium Purple #A55CFD
Tints of Medium Purple #A55CFD
RGB
CMYK
RGB Variations
Color information
#A55CFD (or 0xA55CFD) is known color: Medium Purple. HEX triplet: A5, 5C and FD. RGB value is (165,92,253). Sum of RGB (Red+Green+Blue) = 165+92+253=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #A55CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CFD is #5AA302. Grayscale: #838383. Windows color (decimal): -5939971 or 16604325. OLE color: 16604325.
HSL color Cylindrical-coordinate representation of color #A55CFD: hue angle of 267.2º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A55CFD is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 92 | 253 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.01 |
| HSL | 267.21º | 0.98% | 0.68% | - |
| HSV(B) | 267.21º | 0.64% | 0.99% | - |
| XYZ | 37.07 | 22.75 | 95.36 | - |
| YUV | 132.18 | 196.18 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 92 | 253 | 0.35 | 0.64 | 0 | 0.01 | 267.21 | 0.98 | 0.68 |
| Hex | A5 | 5C | FD | 23 | 40 | 0 | 1 | 10B | 62 | 44 |
| Octal | 245 | 134 | 375 | 43 | 100 | 0 | 1 | 413 | 142 | 104 |
| Binary | 10100101 | 1011100 | 11111101 | 100011 | 1000000 | 0 | 1 | 100001011 | 1100010 | 1000100 |
Color Harmonies of #A55CFD
Complementary color
Monochromatic Colors of #A55CFD
Black with #A55CFD
Text Example
Text Example
White with #A55CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55CFD; }
p { color: rgb(165,92,253); }
H1.HeaderClassName
{
color: #A55CFD;
}
.AnyTagClassName
{
color: #A55CFD;
}
</style>
background-color css
<style>
a { background-color: #A55CFD; }
a { background-color: rgb(165,92,253); }
div.DivClassName
{
background-color: #A55CFD;
}
.BgClassName
{
background-color: #A55CFD;
}
</style>
border-color css
<style>
span { border-color: #A55CFD; }
span { border-color: rgb(165,92,253); }
td.TdClassName
{
border-color: #A55CFD;
}
.TagClassName
{
border-color: #A55CFD;
}
</style>