Shades of Medium Purple #A65DFF
Tints of Medium Purple #A65DFF
RGB
CMYK
RGB Variations
Color information
#A65DFF (or 0xA65DFF) is known color: Medium Purple. HEX triplet: A6, 5D and FF. RGB value is (166,93,255). Sum of RGB (Red+Green+Blue) = 166+93+255=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #A65DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65DFF is #59A200. Grayscale: #848484. Windows color (decimal): -5874177 or 16735654. OLE color: 16735654.
HSL color Cylindrical-coordinate representation of color #A65DFF: hue angle of 267.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A65DFF is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 93 | 255 | - |
| CMYK | 0.35 | 0.64 | 0 | 0 |
| HSL | 267.04º | 1% | 0.68% | - |
| HSV(B) | 267.04º | 0.64% | 1% | - |
| XYZ | 37.69 | 23.16 | 97.09 | - |
| YUV | 133.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 255 | 0.35 | 0.64 | 0 | 0 | 267.04 | 1 | 0.68 |
| Hex | A6 | 5D | FF | 23 | 40 | 0 | 0 | 10B | 64 | 44 |
| Octal | 246 | 135 | 377 | 43 | 100 | 0 | 0 | 413 | 144 | 104 |
| Binary | 10100110 | 1011101 | 11111111 | 100011 | 1000000 | 0 | 0 | 100001011 | 1100100 | 1000100 |
Color Harmonies of #A65DFF
Complementary color
Monochromatic Colors of #A65DFF
Black with #A65DFF
Text Example
Text Example
White with #A65DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DFF; }
p { color: rgb(166,93,255); }
H1.HeaderClassName
{
color: #A65DFF;
}
.AnyTagClassName
{
color: #A65DFF;
}
</style>
background-color css
<style>
a { background-color: #A65DFF; }
a { background-color: rgb(166,93,255); }
div.DivClassName
{
background-color: #A65DFF;
}
.BgClassName
{
background-color: #A65DFF;
}
</style>
border-color css
<style>
span { border-color: #A65DFF; }
span { border-color: rgb(166,93,255); }
td.TdClassName
{
border-color: #A65DFF;
}
.TagClassName
{
border-color: #A65DFF;
}
</style>