Shades of Medium Purple #A668F0
Tints of Medium Purple #A668F0
RGB
CMYK
RGB Variations
Color information
#A668F0 (or 0xA668F0) is known color: Medium Purple. HEX triplet: A6, 68 and F0. RGB value is (166,104,240). Sum of RGB (Red+Green+Blue) = 166+104+240=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #A668F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A668F0 is #59970F. Grayscale: #898989. Windows color (decimal): -5871376 or 15755430. OLE color: 15755430.
HSL color Cylindrical-coordinate representation of color #A668F0: hue angle of 267.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A668F0 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 104 | 240 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.06 |
| HSL | 267.35º | 0.82% | 0.67% | - |
| HSV(B) | 267.35º | 0.57% | 0.94% | - |
| XYZ | 36.4 | 24.3 | 85.21 | - |
| YUV | 138.04 | 185.54 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 240 | 0.31 | 0.57 | 0 | 0.06 | 267.35 | 0.82 | 0.67 |
| Hex | A6 | 68 | F0 | 1F | 39 | 0 | 6 | 10B | 52 | 43 |
| Octal | 246 | 150 | 360 | 37 | 71 | 0 | 6 | 413 | 122 | 103 |
| Binary | 10100110 | 1101000 | 11110000 | 11111 | 111001 | 0 | 110 | 100001011 | 1010010 | 1000011 |
Color Harmonies of #A668F0
Complementary color
Monochromatic Colors of #A668F0
Black with #A668F0
Text Example
Text Example
White with #A668F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A668F0; }
p { color: rgb(166,104,240); }
H1.HeaderClassName
{
color: #A668F0;
}
.AnyTagClassName
{
color: #A668F0;
}
</style>
background-color css
<style>
a { background-color: #A668F0; }
a { background-color: rgb(166,104,240); }
div.DivClassName
{
background-color: #A668F0;
}
.BgClassName
{
background-color: #A668F0;
}
</style>
border-color css
<style>
span { border-color: #A668F0; }
span { border-color: rgb(166,104,240); }
td.TdClassName
{
border-color: #A668F0;
}
.TagClassName
{
border-color: #A668F0;
}
</style>