Shades of Medium Purple #A66CFD
Tints of Medium Purple #A66CFD
RGB
CMYK
RGB Variations
Color information
#A66CFD (or 0xA66CFD) is known color: Medium Purple. HEX triplet: A6, 6C and FD. RGB value is (166,108,253). Sum of RGB (Red+Green+Blue) = 166+108+253=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #A66CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66CFD is #599302. Grayscale: #8D8D8D. Windows color (decimal): -5870339 or 16608422. OLE color: 16608422.
HSL color Cylindrical-coordinate representation of color #A66CFD: hue angle of 264º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A66CFD is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 108 | 253 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.01 |
| HSL | 264º | 0.97% | 0.71% | - |
| HSV(B) | 264º | 0.57% | 0.99% | - |
| XYZ | 38.82 | 25.92 | 95.89 | - |
| YUV | 141.87 | 190.72 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 253 | 0.34 | 0.57 | 0 | 0.01 | 264 | 0.97 | 0.71 |
| Hex | A6 | 6C | FD | 22 | 39 | 0 | 1 | 108 | 61 | 47 |
| Octal | 246 | 154 | 375 | 42 | 71 | 0 | 1 | 410 | 141 | 107 |
| Binary | 10100110 | 1101100 | 11111101 | 100010 | 111001 | 0 | 1 | 100001000 | 1100001 | 1000111 |
Color Harmonies of #A66CFD
Complementary color
Monochromatic Colors of #A66CFD
Black with #A66CFD
Text Example
Text Example
White with #A66CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66CFD; }
p { color: rgb(166,108,253); }
H1.HeaderClassName
{
color: #A66CFD;
}
.AnyTagClassName
{
color: #A66CFD;
}
</style>
background-color css
<style>
a { background-color: #A66CFD; }
a { background-color: rgb(166,108,253); }
div.DivClassName
{
background-color: #A66CFD;
}
.BgClassName
{
background-color: #A66CFD;
}
</style>
border-color css
<style>
span { border-color: #A66CFD; }
span { border-color: rgb(166,108,253); }
td.TdClassName
{
border-color: #A66CFD;
}
.TagClassName
{
border-color: #A66CFD;
}
</style>