Shades of Medium Purple #A669EF
Tints of Medium Purple #A669EF
RGB
CMYK
RGB Variations
Color information
#A669EF (or 0xA669EF) is known color: Medium Purple. HEX triplet: A6, 69 and EF. RGB value is (166,105,239). Sum of RGB (Red+Green+Blue) = 166+105+239=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #A669EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A669EF is #599610. Grayscale: #8A8A8A. Windows color (decimal): -5871121 or 15690150. OLE color: 15690150.
HSL color Cylindrical-coordinate representation of color #A669EF: hue angle of 267.31º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A669EF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 105 | 239 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.06 |
| HSL | 267.31º | 0.81% | 0.67% | - |
| HSV(B) | 267.31º | 0.56% | 0.94% | - |
| XYZ | 36.36 | 24.44 | 84.46 | - |
| YUV | 138.52 | 184.71 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 239 | 0.31 | 0.56 | 0 | 0.06 | 267.31 | 0.81 | 0.67 |
| Hex | A6 | 69 | EF | 1F | 38 | 0 | 6 | 10B | 51 | 43 |
| Octal | 246 | 151 | 357 | 37 | 70 | 0 | 6 | 413 | 121 | 103 |
| Binary | 10100110 | 1101001 | 11101111 | 11111 | 111000 | 0 | 110 | 100001011 | 1010001 | 1000011 |
Color Harmonies of #A669EF
Complementary color
Monochromatic Colors of #A669EF
Black with #A669EF
Text Example
Text Example
White with #A669EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669EF; }
p { color: rgb(166,105,239); }
H1.HeaderClassName
{
color: #A669EF;
}
.AnyTagClassName
{
color: #A669EF;
}
</style>
background-color css
<style>
a { background-color: #A669EF; }
a { background-color: rgb(166,105,239); }
div.DivClassName
{
background-color: #A669EF;
}
.BgClassName
{
background-color: #A669EF;
}
</style>
border-color css
<style>
span { border-color: #A669EF; }
span { border-color: rgb(166,105,239); }
td.TdClassName
{
border-color: #A669EF;
}
.TagClassName
{
border-color: #A669EF;
}
</style>