Shades of Medium Purple #A660FE
Tints of Medium Purple #A660FE
RGB
CMYK
RGB Variations
Color information
#A660FE (or 0xA660FE) is known color: Medium Purple. HEX triplet: A6, 60 and FE. RGB value is (166,96,254). Sum of RGB (Red+Green+Blue) = 166+96+254=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #A660FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A660FE is #599F01. Grayscale: #868686. Windows color (decimal): -5873410 or 16670886. OLE color: 16670886.
HSL color Cylindrical-coordinate representation of color #A660FE: hue angle of 266.58º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A660FE is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 96 | 254 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.00 |
| HSL | 266.58º | 0.99% | 0.69% | - |
| HSV(B) | 266.58º | 0.62% | 1% | - |
| XYZ | 37.8 | 23.63 | 96.33 | - |
| YUV | 134.94 | 195.19 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 254 | 0.35 | 0.62 | 0 | 0.00 | 266.58 | 0.99 | 0.69 |
| Hex | A6 | 60 | FE | 23 | 3E | 0 | 0 | 10B | 63 | 45 |
| Octal | 246 | 140 | 376 | 43 | 76 | 0 | 0 | 413 | 143 | 105 |
| Binary | 10100110 | 1100000 | 11111110 | 100011 | 111110 | 0 | 0 | 100001011 | 1100011 | 1000101 |
Color Harmonies of #A660FE
Complementary color
Monochromatic Colors of #A660FE
Black with #A660FE
Text Example
Text Example
White with #A660FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A660FE; }
p { color: rgb(166,96,254); }
H1.HeaderClassName
{
color: #A660FE;
}
.AnyTagClassName
{
color: #A660FE;
}
</style>
background-color css
<style>
a { background-color: #A660FE; }
a { background-color: rgb(166,96,254); }
div.DivClassName
{
background-color: #A660FE;
}
.BgClassName
{
background-color: #A660FE;
}
</style>
border-color css
<style>
span { border-color: #A660FE; }
span { border-color: rgb(166,96,254); }
td.TdClassName
{
border-color: #A660FE;
}
.TagClassName
{
border-color: #A660FE;
}
</style>