Shades of Medium Purple #A65DF9
Tints of Medium Purple #A65DF9
RGB
CMYK
RGB Variations
Color information
#A65DF9 (or 0xA65DF9) is known color: Medium Purple. HEX triplet: A6, 5D and F9. RGB value is (166,93,249). Sum of RGB (Red+Green+Blue) = 166+93+249=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #A65DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65DF9 is #59A206. Grayscale: #848484. Windows color (decimal): -5874183 or 16342438. OLE color: 16342438.
HSL color Cylindrical-coordinate representation of color #A65DF9: hue angle of 268.08º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A65DF9 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 93 | 249 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.02 |
| HSL | 268.08º | 0.93% | 0.67% | - |
| HSV(B) | 268.08º | 0.63% | 0.98% | - |
| XYZ | 36.74 | 22.78 | 92.08 | - |
| YUV | 132.61 | 193.68 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 249 | 0.33 | 0.63 | 0 | 0.02 | 268.08 | 0.93 | 0.67 |
| Hex | A6 | 5D | F9 | 21 | 3F | 0 | 2 | 10C | 5D | 43 |
| Octal | 246 | 135 | 371 | 41 | 77 | 0 | 2 | 414 | 135 | 103 |
| Binary | 10100110 | 1011101 | 11111001 | 100001 | 111111 | 0 | 10 | 100001100 | 1011101 | 1000011 |
Color Harmonies of #A65DF9
Complementary color
Monochromatic Colors of #A65DF9
Black with #A65DF9
Text Example
Text Example
White with #A65DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DF9; }
p { color: rgb(166,93,249); }
H1.HeaderClassName
{
color: #A65DF9;
}
.AnyTagClassName
{
color: #A65DF9;
}
</style>
background-color css
<style>
a { background-color: #A65DF9; }
a { background-color: rgb(166,93,249); }
div.DivClassName
{
background-color: #A65DF9;
}
.BgClassName
{
background-color: #A65DF9;
}
</style>
border-color css
<style>
span { border-color: #A65DF9; }
span { border-color: rgb(166,93,249); }
td.TdClassName
{
border-color: #A65DF9;
}
.TagClassName
{
border-color: #A65DF9;
}
</style>