Shades of Medium Purple #A862FF
Tints of Medium Purple #A862FF
RGB
CMYK
RGB Variations
Color information
#A862FF (or 0xA862FF) is known color: Medium Purple. HEX triplet: A8, 62 and FF. RGB value is (168,98,255). Sum of RGB (Red+Green+Blue) = 168+98+255=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #A862FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A862FF is #579D00. Grayscale: #888888. Windows color (decimal): -5741825 or 16736936. OLE color: 16736936.
HSL color Cylindrical-coordinate representation of color #A862FF: hue angle of 266.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A862FF is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 98 | 255 | - |
| CMYK | 0.34 | 0.62 | 0 | 0 |
| HSL | 266.75º | 1% | 0.69% | - |
| HSV(B) | 266.75º | 0.62% | 1% | - |
| XYZ | 38.57 | 24.28 | 97.26 | - |
| YUV | 136.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 255 | 0.34 | 0.62 | 0 | 0 | 266.75 | 1 | 0.69 |
| Hex | A8 | 62 | FF | 22 | 3E | 0 | 0 | 10B | 64 | 45 |
| Octal | 250 | 142 | 377 | 42 | 76 | 0 | 0 | 413 | 144 | 105 |
| Binary | 10101000 | 1100010 | 11111111 | 100010 | 111110 | 0 | 0 | 100001011 | 1100100 | 1000101 |
Color Harmonies of #A862FF
Complementary color
Monochromatic Colors of #A862FF
Black with #A862FF
Text Example
Text Example
White with #A862FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A862FF; }
p { color: rgb(168,98,255); }
H1.HeaderClassName
{
color: #A862FF;
}
.AnyTagClassName
{
color: #A862FF;
}
</style>
background-color css
<style>
a { background-color: #A862FF; }
a { background-color: rgb(168,98,255); }
div.DivClassName
{
background-color: #A862FF;
}
.BgClassName
{
background-color: #A862FF;
}
</style>
border-color css
<style>
span { border-color: #A862FF; }
span { border-color: rgb(168,98,255); }
td.TdClassName
{
border-color: #A862FF;
}
.TagClassName
{
border-color: #A862FF;
}
</style>