Shades of Medium Purple #A66FFA
Tints of Medium Purple #A66FFA
RGB
CMYK
RGB Variations
Color information
#A66FFA (or 0xA66FFA) is known color: Medium Purple. HEX triplet: A6, 6F and FA. RGB value is (166,111,250). Sum of RGB (Red+Green+Blue) = 166+111+250=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #A66FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66FFA is #599005. Grayscale: #8E8E8E. Windows color (decimal): -5869574 or 16412582. OLE color: 16412582.
HSL color Cylindrical-coordinate representation of color #A66FFA: hue angle of 263.74º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A66FFA is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 111 | 250 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.02 |
| HSL | 263.74º | 0.93% | 0.71% | - |
| HSV(B) | 263.74º | 0.56% | 0.98% | - |
| XYZ | 38.67 | 26.38 | 93.5 | - |
| YUV | 143.29 | 188.22 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 250 | 0.34 | 0.56 | 0 | 0.02 | 263.74 | 0.93 | 0.71 |
| Hex | A6 | 6F | FA | 22 | 38 | 0 | 2 | 108 | 5D | 47 |
| Octal | 246 | 157 | 372 | 42 | 70 | 0 | 2 | 410 | 135 | 107 |
| Binary | 10100110 | 1101111 | 11111010 | 100010 | 111000 | 0 | 10 | 100001000 | 1011101 | 1000111 |
Color Harmonies of #A66FFA
Complementary color
Monochromatic Colors of #A66FFA
Black with #A66FFA
Text Example
Text Example
White with #A66FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66FFA; }
p { color: rgb(166,111,250); }
H1.HeaderClassName
{
color: #A66FFA;
}
.AnyTagClassName
{
color: #A66FFA;
}
</style>
background-color css
<style>
a { background-color: #A66FFA; }
a { background-color: rgb(166,111,250); }
div.DivClassName
{
background-color: #A66FFA;
}
.BgClassName
{
background-color: #A66FFA;
}
</style>
border-color css
<style>
span { border-color: #A66FFA; }
span { border-color: rgb(166,111,250); }
td.TdClassName
{
border-color: #A66FFA;
}
.TagClassName
{
border-color: #A66FFA;
}
</style>