Shades of Medium Purple #A669F7
Tints of Medium Purple #A669F7
RGB
CMYK
RGB Variations
Color information
#A669F7 (or 0xA669F7) is known color: Medium Purple. HEX triplet: A6, 69 and F7. RGB value is (166,105,247). Sum of RGB (Red+Green+Blue) = 166+105+247=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #A669F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A669F7 is #599608. Grayscale: #8A8A8A. Windows color (decimal): -5871113 or 16214438. OLE color: 16214438.
HSL color Cylindrical-coordinate representation of color #A669F7: hue angle of 265.77º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A669F7 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 105 | 247 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.03 |
| HSL | 265.77º | 0.9% | 0.69% | - |
| HSV(B) | 265.77º | 0.57% | 0.97% | - |
| XYZ | 37.57 | 24.93 | 90.83 | - |
| YUV | 139.43 | 188.71 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 247 | 0.33 | 0.57 | 0 | 0.03 | 265.77 | 0.9 | 0.69 |
| Hex | A6 | 69 | F7 | 21 | 39 | 0 | 3 | 10A | 5A | 45 |
| Octal | 246 | 151 | 367 | 41 | 71 | 0 | 3 | 412 | 132 | 105 |
| Binary | 10100110 | 1101001 | 11110111 | 100001 | 111001 | 0 | 11 | 100001010 | 1011010 | 1000101 |
Color Harmonies of #A669F7
Complementary color
Monochromatic Colors of #A669F7
Black with #A669F7
Text Example
Text Example
White with #A669F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669F7; }
p { color: rgb(166,105,247); }
H1.HeaderClassName
{
color: #A669F7;
}
.AnyTagClassName
{
color: #A669F7;
}
</style>
background-color css
<style>
a { background-color: #A669F7; }
a { background-color: rgb(166,105,247); }
div.DivClassName
{
background-color: #A669F7;
}
.BgClassName
{
background-color: #A669F7;
}
</style>
border-color css
<style>
span { border-color: #A669F7; }
span { border-color: rgb(166,105,247); }
td.TdClassName
{
border-color: #A669F7;
}
.TagClassName
{
border-color: #A669F7;
}
</style>