Shades of Medium Purple #A666FD
Tints of Medium Purple #A666FD
RGB
CMYK
RGB Variations
Color information
#A666FD (or 0xA666FD) is known color: Medium Purple. HEX triplet: A6, 66 and FD. RGB value is (166,102,253). Sum of RGB (Red+Green+Blue) = 166+102+253=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #A666FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A666FD is #599902. Grayscale: #898989. Windows color (decimal): -5871875 or 16606886. OLE color: 16606886.
HSL color Cylindrical-coordinate representation of color #A666FD: hue angle of 265.43º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A666FD is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 102 | 253 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.01 |
| HSL | 265.43º | 0.97% | 0.7% | - |
| HSV(B) | 265.43º | 0.6% | 0.99% | - |
| XYZ | 38.21 | 24.7 | 95.68 | - |
| YUV | 138.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 253 | 0.34 | 0.60 | 0 | 0.01 | 265.43 | 0.97 | 0.7 |
| Hex | A6 | 66 | FD | 22 | 3C | 0 | 1 | 109 | 61 | 46 |
| Octal | 246 | 146 | 375 | 42 | 74 | 0 | 1 | 411 | 141 | 106 |
| Binary | 10100110 | 1100110 | 11111101 | 100010 | 111100 | 0 | 1 | 100001001 | 1100001 | 1000110 |
Color Harmonies of #A666FD
Complementary color
Monochromatic Colors of #A666FD
Black with #A666FD
Text Example
Text Example
White with #A666FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666FD; }
p { color: rgb(166,102,253); }
H1.HeaderClassName
{
color: #A666FD;
}
.AnyTagClassName
{
color: #A666FD;
}
</style>
background-color css
<style>
a { background-color: #A666FD; }
a { background-color: rgb(166,102,253); }
div.DivClassName
{
background-color: #A666FD;
}
.BgClassName
{
background-color: #A666FD;
}
</style>
border-color css
<style>
span { border-color: #A666FD; }
span { border-color: rgb(166,102,253); }
td.TdClassName
{
border-color: #A666FD;
}
.TagClassName
{
border-color: #A666FD;
}
</style>