Shades of Medium Purple #A65DFE
Tints of Medium Purple #A65DFE
RGB
CMYK
RGB Variations
Color information
#A65DFE (or 0xA65DFE) is known color: Medium Purple. HEX triplet: A6, 5D and FE. RGB value is (166,93,254). Sum of RGB (Red+Green+Blue) = 166+93+254=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #A65DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65DFE is #59A201. Grayscale: #848484. Windows color (decimal): -5874178 or 16670118. OLE color: 16670118.
HSL color Cylindrical-coordinate representation of color #A65DFE: hue angle of 267.2º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A65DFE is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 93 | 254 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.00 |
| HSL | 267.21º | 0.99% | 0.68% | - |
| HSV(B) | 267.21º | 0.63% | 1% | - |
| XYZ | 37.53 | 23.09 | 96.25 | - |
| YUV | 133.18 | 196.18 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 254 | 0.35 | 0.63 | 0 | 0.00 | 267.21 | 0.99 | 0.68 |
| Hex | A6 | 5D | FE | 23 | 3F | 0 | 0 | 10B | 63 | 44 |
| Octal | 246 | 135 | 376 | 43 | 77 | 0 | 0 | 413 | 143 | 104 |
| Binary | 10100110 | 1011101 | 11111110 | 100011 | 111111 | 0 | 0 | 100001011 | 1100011 | 1000100 |
Color Harmonies of #A65DFE
Complementary color
Monochromatic Colors of #A65DFE
Black with #A65DFE
Text Example
Text Example
White with #A65DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DFE; }
p { color: rgb(166,93,254); }
H1.HeaderClassName
{
color: #A65DFE;
}
.AnyTagClassName
{
color: #A65DFE;
}
</style>
background-color css
<style>
a { background-color: #A65DFE; }
a { background-color: rgb(166,93,254); }
div.DivClassName
{
background-color: #A65DFE;
}
.BgClassName
{
background-color: #A65DFE;
}
</style>
border-color css
<style>
span { border-color: #A65DFE; }
span { border-color: rgb(166,93,254); }
td.TdClassName
{
border-color: #A65DFE;
}
.TagClassName
{
border-color: #A65DFE;
}
</style>