Shades of Medium Purple #A662FF
Tints of Medium Purple #A662FF
RGB
CMYK
RGB Variations
Color information
#A662FF (or 0xA662FF) is known color: Medium Purple. HEX triplet: A6, 62 and FF. RGB value is (166,98,255). Sum of RGB (Red+Green+Blue) = 166+98+255=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #A662FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A662FF is #599D00. Grayscale: #878787. Windows color (decimal): -5872897 or 16736934. OLE color: 16736934.
HSL color Cylindrical-coordinate representation of color #A662FF: hue angle of 265.99º 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 #A662FF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 98 | 255 | - |
| CMYK | 0.35 | 0.62 | 0 | 0 |
| HSL | 265.99º | 1% | 0.69% | - |
| HSV(B) | 265.99º | 0.62% | 1% | - |
| XYZ | 38.14 | 24.06 | 97.24 | - |
| YUV | 136.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 255 | 0.35 | 0.62 | 0 | 0 | 265.99 | 1 | 0.69 |
| Hex | A6 | 62 | FF | 23 | 3E | 0 | 0 | 10A | 64 | 45 |
| Octal | 246 | 142 | 377 | 43 | 76 | 0 | 0 | 412 | 144 | 105 |
| Binary | 10100110 | 1100010 | 11111111 | 100011 | 111110 | 0 | 0 | 100001010 | 1100100 | 1000101 |
Color Harmonies of #A662FF
Complementary color
Monochromatic Colors of #A662FF
Black with #A662FF
Text Example
Text Example
White with #A662FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A662FF; }
p { color: rgb(166,98,255); }
H1.HeaderClassName
{
color: #A662FF;
}
.AnyTagClassName
{
color: #A662FF;
}
</style>
background-color css
<style>
a { background-color: #A662FF; }
a { background-color: rgb(166,98,255); }
div.DivClassName
{
background-color: #A662FF;
}
.BgClassName
{
background-color: #A662FF;
}
</style>
border-color css
<style>
span { border-color: #A662FF; }
span { border-color: rgb(166,98,255); }
td.TdClassName
{
border-color: #A662FF;
}
.TagClassName
{
border-color: #A662FF;
}
</style>