Shades of Medium Purple #A665FD
Tints of Medium Purple #A665FD
RGB
CMYK
RGB Variations
Color information
#A665FD (or 0xA665FD) is known color: Medium Purple. HEX triplet: A6, 65 and FD. RGB value is (166,101,253). Sum of RGB (Red+Green+Blue) = 166+101+253=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #A665FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A665FD is #599A02. Grayscale: #898989. Windows color (decimal): -5872131 or 16606630. OLE color: 16606630.
HSL color Cylindrical-coordinate representation of color #A665FD: hue angle of 265.66º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A665FD is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 101 | 253 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.01 |
| HSL | 265.66º | 0.97% | 0.69% | - |
| HSV(B) | 265.66º | 0.6% | 0.99% | - |
| XYZ | 38.11 | 24.51 | 95.65 | - |
| YUV | 137.76 | 193.03 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 253 | 0.34 | 0.60 | 0 | 0.01 | 265.66 | 0.97 | 0.69 |
| Hex | A6 | 65 | FD | 22 | 3C | 0 | 1 | 10A | 61 | 45 |
| Octal | 246 | 145 | 375 | 42 | 74 | 0 | 1 | 412 | 141 | 105 |
| Binary | 10100110 | 1100101 | 11111101 | 100010 | 111100 | 0 | 1 | 100001010 | 1100001 | 1000101 |
Color Harmonies of #A665FD
Complementary color
Monochromatic Colors of #A665FD
Black with #A665FD
Text Example
Text Example
White with #A665FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A665FD; }
p { color: rgb(166,101,253); }
H1.HeaderClassName
{
color: #A665FD;
}
.AnyTagClassName
{
color: #A665FD;
}
</style>
background-color css
<style>
a { background-color: #A665FD; }
a { background-color: rgb(166,101,253); }
div.DivClassName
{
background-color: #A665FD;
}
.BgClassName
{
background-color: #A665FD;
}
</style>
border-color css
<style>
span { border-color: #A665FD; }
span { border-color: rgb(166,101,253); }
td.TdClassName
{
border-color: #A665FD;
}
.TagClassName
{
border-color: #A665FD;
}
</style>