Shades of Medium Purple #A862FC
Tints of Medium Purple #A862FC
RGB
CMYK
RGB Variations
Color information
#A862FC (or 0xA862FC) is known color: Medium Purple. HEX triplet: A8, 62 and FC. RGB value is (168,98,252). Sum of RGB (Red+Green+Blue) = 168+98+252=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #A862FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A862FC is #579D03. Grayscale: #878787. Windows color (decimal): -5741828 or 16540328. OLE color: 16540328.
HSL color Cylindrical-coordinate representation of color #A862FC: hue angle of 267.27º degrees, saturation: 0.96, 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 #A862FC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 98 | 252 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.01 |
| HSL | 267.27º | 0.96% | 0.69% | - |
| HSV(B) | 267.27º | 0.61% | 0.99% | - |
| XYZ | 38.09 | 24.09 | 94.74 | - |
| YUV | 136.49 | 193.19 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 252 | 0.33 | 0.61 | 0 | 0.01 | 267.27 | 0.96 | 0.69 |
| Hex | A8 | 62 | FC | 21 | 3D | 0 | 1 | 10B | 60 | 45 |
| Octal | 250 | 142 | 374 | 41 | 75 | 0 | 1 | 413 | 140 | 105 |
| Binary | 10101000 | 1100010 | 11111100 | 100001 | 111101 | 0 | 1 | 100001011 | 1100000 | 1000101 |
Color Harmonies of #A862FC
Complementary color
Monochromatic Colors of #A862FC
Black with #A862FC
Text Example
Text Example
White with #A862FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A862FC; }
p { color: rgb(168,98,252); }
H1.HeaderClassName
{
color: #A862FC;
}
.AnyTagClassName
{
color: #A862FC;
}
</style>
background-color css
<style>
a { background-color: #A862FC; }
a { background-color: rgb(168,98,252); }
div.DivClassName
{
background-color: #A862FC;
}
.BgClassName
{
background-color: #A862FC;
}
</style>
border-color css
<style>
span { border-color: #A862FC; }
span { border-color: rgb(168,98,252); }
td.TdClassName
{
border-color: #A862FC;
}
.TagClassName
{
border-color: #A862FC;
}
</style>