Shades of Medium Purple #A662FD
Tints of Medium Purple #A662FD
RGB
CMYK
RGB Variations
Color information
#A662FD (or 0xA662FD) is known color: Medium Purple. HEX triplet: A6, 62 and FD. RGB value is (166,98,253). Sum of RGB (Red+Green+Blue) = 166+98+253=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #A662FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A662FD is #599D02. Grayscale: #878787. Windows color (decimal): -5872899 or 16605862. OLE color: 16605862.
HSL color Cylindrical-coordinate representation of color #A662FD: hue angle of 266.32º 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 #A662FD is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 98 | 253 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.01 |
| HSL | 266.32º | 0.97% | 0.69% | - |
| HSV(B) | 266.32º | 0.61% | 0.99% | - |
| XYZ | 37.82 | 23.93 | 95.55 | - |
| YUV | 136 | 194.03 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 253 | 0.34 | 0.61 | 0 | 0.01 | 266.32 | 0.97 | 0.69 |
| Hex | A6 | 62 | FD | 22 | 3D | 0 | 1 | 10A | 61 | 45 |
| Octal | 246 | 142 | 375 | 42 | 75 | 0 | 1 | 412 | 141 | 105 |
| Binary | 10100110 | 1100010 | 11111101 | 100010 | 111101 | 0 | 1 | 100001010 | 1100001 | 1000101 |
Color Harmonies of #A662FD
Complementary color
Monochromatic Colors of #A662FD
Black with #A662FD
Text Example
Text Example
White with #A662FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A662FD; }
p { color: rgb(166,98,253); }
H1.HeaderClassName
{
color: #A662FD;
}
.AnyTagClassName
{
color: #A662FD;
}
</style>
background-color css
<style>
a { background-color: #A662FD; }
a { background-color: rgb(166,98,253); }
div.DivClassName
{
background-color: #A662FD;
}
.BgClassName
{
background-color: #A662FD;
}
</style>
border-color css
<style>
span { border-color: #A662FD; }
span { border-color: rgb(166,98,253); }
td.TdClassName
{
border-color: #A662FD;
}
.TagClassName
{
border-color: #A662FD;
}
</style>