Shades of Medium Purple #A962FE
Tints of Medium Purple #A962FE
RGB
CMYK
RGB Variations
Color information
#A962FE (or 0xA962FE) is known color: Medium Purple. HEX triplet: A9, 62 and FE. RGB value is (169,98,254). Sum of RGB (Red+Green+Blue) = 169+98+254=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #A962FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A962FE is #569D01. Grayscale: #888888. Windows color (decimal): -5676290 or 16671401. OLE color: 16671401.
HSL color Cylindrical-coordinate representation of color #A962FE: hue angle of 267.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A962FE is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 98 | 254 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.00 |
| HSL | 267.31º | 0.99% | 0.69% | - |
| HSV(B) | 267.31º | 0.61% | 1% | - |
| XYZ | 38.62 | 24.33 | 96.43 | - |
| YUV | 137.01 | 194.02 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 98 | 254 | 0.33 | 0.61 | 0 | 0.00 | 267.31 | 0.99 | 0.69 |
| Hex | A9 | 62 | FE | 21 | 3D | 0 | 0 | 10B | 63 | 45 |
| Octal | 251 | 142 | 376 | 41 | 75 | 0 | 0 | 413 | 143 | 105 |
| Binary | 10101001 | 1100010 | 11111110 | 100001 | 111101 | 0 | 0 | 100001011 | 1100011 | 1000101 |
Color Harmonies of #A962FE
Complementary color
Monochromatic Colors of #A962FE
Black with #A962FE
Text Example
Text Example
White with #A962FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A962FE; }
p { color: rgb(169,98,254); }
H1.HeaderClassName
{
color: #A962FE;
}
.AnyTagClassName
{
color: #A962FE;
}
</style>
background-color css
<style>
a { background-color: #A962FE; }
a { background-color: rgb(169,98,254); }
div.DivClassName
{
background-color: #A962FE;
}
.BgClassName
{
background-color: #A962FE;
}
</style>
border-color css
<style>
span { border-color: #A962FE; }
span { border-color: rgb(169,98,254); }
td.TdClassName
{
border-color: #A962FE;
}
.TagClassName
{
border-color: #A962FE;
}
</style>