Shades of Medium Purple #A55AFD
Tints of Medium Purple #A55AFD
RGB
CMYK
RGB Variations
Color information
#A55AFD (or 0xA55AFD) is known color: Medium Purple. HEX triplet: A5, 5A and FD. RGB value is (165,90,253). Sum of RGB (Red+Green+Blue) = 165+90+253=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #A55AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AFD is #5AA502. Grayscale: #828282. Windows color (decimal): -5940483 or 16603813. OLE color: 16603813.
HSL color Cylindrical-coordinate representation of color #A55AFD: hue angle of 267.61º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A55AFD is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 90 | 253 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.01 |
| HSL | 267.61º | 0.98% | 0.67% | - |
| HSV(B) | 267.61º | 0.64% | 0.99% | - |
| XYZ | 36.9 | 22.4 | 95.31 | - |
| YUV | 131.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 253 | 0.35 | 0.64 | 0 | 0.01 | 267.61 | 0.98 | 0.67 |
| Hex | A5 | 5A | FD | 23 | 40 | 0 | 1 | 10C | 62 | 43 |
| Octal | 245 | 132 | 375 | 43 | 100 | 0 | 1 | 414 | 142 | 103 |
| Binary | 10100101 | 1011010 | 11111101 | 100011 | 1000000 | 0 | 1 | 100001100 | 1100010 | 1000011 |
Color Harmonies of #A55AFD
Complementary color
Monochromatic Colors of #A55AFD
Black with #A55AFD
Text Example
Text Example
White with #A55AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AFD; }
p { color: rgb(165,90,253); }
H1.HeaderClassName
{
color: #A55AFD;
}
.AnyTagClassName
{
color: #A55AFD;
}
</style>
background-color css
<style>
a { background-color: #A55AFD; }
a { background-color: rgb(165,90,253); }
div.DivClassName
{
background-color: #A55AFD;
}
.BgClassName
{
background-color: #A55AFD;
}
</style>
border-color css
<style>
span { border-color: #A55AFD; }
span { border-color: rgb(165,90,253); }
td.TdClassName
{
border-color: #A55AFD;
}
.TagClassName
{
border-color: #A55AFD;
}
</style>