Shades of Medium Purple #A669F0
Tints of Medium Purple #A669F0
RGB
CMYK
RGB Variations
Color information
#A669F0 (or 0xA669F0) is known color: Medium Purple. HEX triplet: A6, 69 and F0. RGB value is (166,105,240). Sum of RGB (Red+Green+Blue) = 166+105+240=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #A669F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A669F0 is #59960F. Grayscale: #8A8A8A. Windows color (decimal): -5871120 or 15755686. OLE color: 15755686.
HSL color Cylindrical-coordinate representation of color #A669F0: hue angle of 267.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A669F0 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 105 | 240 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.06 |
| HSL | 267.11º | 0.82% | 0.68% | - |
| HSV(B) | 267.11º | 0.56% | 0.94% | - |
| XYZ | 36.51 | 24.5 | 85.24 | - |
| YUV | 138.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 240 | 0.31 | 0.56 | 0 | 0.06 | 267.11 | 0.82 | 0.68 |
| Hex | A6 | 69 | F0 | 1F | 38 | 0 | 6 | 10B | 52 | 44 |
| Octal | 246 | 151 | 360 | 37 | 70 | 0 | 6 | 413 | 122 | 104 |
| Binary | 10100110 | 1101001 | 11110000 | 11111 | 111000 | 0 | 110 | 100001011 | 1010010 | 1000100 |
Color Harmonies of #A669F0
Complementary color
Monochromatic Colors of #A669F0
Black with #A669F0
Text Example
Text Example
White with #A669F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669F0; }
p { color: rgb(166,105,240); }
H1.HeaderClassName
{
color: #A669F0;
}
.AnyTagClassName
{
color: #A669F0;
}
</style>
background-color css
<style>
a { background-color: #A669F0; }
a { background-color: rgb(166,105,240); }
div.DivClassName
{
background-color: #A669F0;
}
.BgClassName
{
background-color: #A669F0;
}
</style>
border-color css
<style>
span { border-color: #A669F0; }
span { border-color: rgb(166,105,240); }
td.TdClassName
{
border-color: #A669F0;
}
.TagClassName
{
border-color: #A669F0;
}
</style>