Shades of Medium Purple #A862FD
Tints of Medium Purple #A862FD
RGB
CMYK
RGB Variations
Color information
#A862FD (or 0xA862FD) is known color: Medium Purple. HEX triplet: A8, 62 and FD. RGB value is (168,98,253). Sum of RGB (Red+Green+Blue) = 168+98+253=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #A862FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A862FD is #579D02. Grayscale: #888888. Windows color (decimal): -5741827 or 16605864. OLE color: 16605864.
HSL color Cylindrical-coordinate representation of color #A862FD: hue angle of 267.1º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A862FD is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 98 | 253 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.01 |
| HSL | 267.1º | 0.97% | 0.69% | - |
| HSV(B) | 267.1º | 0.61% | 0.99% | - |
| XYZ | 38.25 | 24.15 | 95.57 | - |
| YUV | 136.6 | 193.69 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 253 | 0.34 | 0.61 | 0 | 0.01 | 267.1 | 0.97 | 0.69 |
| Hex | A8 | 62 | FD | 22 | 3D | 0 | 1 | 10B | 61 | 45 |
| Octal | 250 | 142 | 375 | 42 | 75 | 0 | 1 | 413 | 141 | 105 |
| Binary | 10101000 | 1100010 | 11111101 | 100010 | 111101 | 0 | 1 | 100001011 | 1100001 | 1000101 |
Color Harmonies of #A862FD
Complementary color
Monochromatic Colors of #A862FD
Black with #A862FD
Text Example
Text Example
White with #A862FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A862FD; }
p { color: rgb(168,98,253); }
H1.HeaderClassName
{
color: #A862FD;
}
.AnyTagClassName
{
color: #A862FD;
}
</style>
background-color css
<style>
a { background-color: #A862FD; }
a { background-color: rgb(168,98,253); }
div.DivClassName
{
background-color: #A862FD;
}
.BgClassName
{
background-color: #A862FD;
}
</style>
border-color css
<style>
span { border-color: #A862FD; }
span { border-color: rgb(168,98,253); }
td.TdClassName
{
border-color: #A862FD;
}
.TagClassName
{
border-color: #A862FD;
}
</style>