Shades of Medium Purple #A460FD
Tints of Medium Purple #A460FD
RGB
CMYK
RGB Variations
Color information
#A460FD (or 0xA460FD) is known color: Medium Purple. HEX triplet: A4, 60 and FD. RGB value is (164,96,253). Sum of RGB (Red+Green+Blue) = 164+96+253=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #A460FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A460FD is #5B9F02. Grayscale: #858585. Windows color (decimal): -6004483 or 16605348. OLE color: 16605348.
HSL color Cylindrical-coordinate representation of color #A460FD: hue angle of 265.99º degrees, saturation: 0.98, 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 #A460FD is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 96 | 253 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.01 |
| HSL | 265.99º | 0.98% | 0.68% | - |
| HSV(B) | 265.99º | 0.62% | 0.99% | - |
| XYZ | 37.22 | 23.35 | 95.47 | - |
| YUV | 134.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 253 | 0.35 | 0.62 | 0 | 0.01 | 265.99 | 0.98 | 0.68 |
| Hex | A4 | 60 | FD | 23 | 3E | 0 | 1 | 10A | 62 | 44 |
| Octal | 244 | 140 | 375 | 43 | 76 | 0 | 1 | 412 | 142 | 104 |
| Binary | 10100100 | 1100000 | 11111101 | 100011 | 111110 | 0 | 1 | 100001010 | 1100010 | 1000100 |
Color Harmonies of #A460FD
Complementary color
Monochromatic Colors of #A460FD
Black with #A460FD
Text Example
Text Example
White with #A460FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A460FD; }
p { color: rgb(164,96,253); }
H1.HeaderClassName
{
color: #A460FD;
}
.AnyTagClassName
{
color: #A460FD;
}
</style>
background-color css
<style>
a { background-color: #A460FD; }
a { background-color: rgb(164,96,253); }
div.DivClassName
{
background-color: #A460FD;
}
.BgClassName
{
background-color: #A460FD;
}
</style>
border-color css
<style>
span { border-color: #A460FD; }
span { border-color: rgb(164,96,253); }
td.TdClassName
{
border-color: #A460FD;
}
.TagClassName
{
border-color: #A460FD;
}
</style>