Shades of Medium Purple #A66CF2
Tints of Medium Purple #A66CF2
RGB
CMYK
RGB Variations
Color information
#A66CF2 (or 0xA66CF2) is known color: Medium Purple. HEX triplet: A6, 6C and F2. RGB value is (166,108,242). Sum of RGB (Red+Green+Blue) = 166+108+242=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #A66CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66CF2 is #59930D. Grayscale: #8C8C8C. Windows color (decimal): -5870350 or 15887526. OLE color: 15887526.
HSL color Cylindrical-coordinate representation of color #A66CF2: hue angle of 265.97º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A66CF2 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 108 | 242 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.05 |
| HSL | 265.97º | 0.84% | 0.69% | - |
| HSV(B) | 265.97º | 0.55% | 0.95% | - |
| XYZ | 37.12 | 25.24 | 86.92 | - |
| YUV | 140.62 | 185.22 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 242 | 0.31 | 0.55 | 0 | 0.05 | 265.97 | 0.84 | 0.69 |
| Hex | A6 | 6C | F2 | 1F | 37 | 0 | 5 | 10A | 54 | 45 |
| Octal | 246 | 154 | 362 | 37 | 67 | 0 | 5 | 412 | 124 | 105 |
| Binary | 10100110 | 1101100 | 11110010 | 11111 | 110111 | 0 | 101 | 100001010 | 1010100 | 1000101 |
Color Harmonies of #A66CF2
Complementary color
Monochromatic Colors of #A66CF2
Black with #A66CF2
Text Example
Text Example
White with #A66CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CF2; }
p { color: rgb(166,108,242); }
H1.HeaderClassName
{
color: #A66CF2;
}
.AnyTagClassName
{
color: #A66CF2;
}
</style>
background-color css
<style>
a { background-color: #A66CF2; }
a { background-color: rgb(166,108,242); }
div.DivClassName
{
background-color: #A66CF2;
}
.BgClassName
{
background-color: #A66CF2;
}
</style>
border-color css
<style>
span { border-color: #A66CF2; }
span { border-color: rgb(166,108,242); }
td.TdClassName
{
border-color: #A66CF2;
}
.TagClassName
{
border-color: #A66CF2;
}
</style>