Shades of Medium Purple #A65DFB
Tints of Medium Purple #A65DFB
RGB
CMYK
RGB Variations
Color information
#A65DFB (or 0xA65DFB) is known color: Medium Purple. HEX triplet: A6, 5D and FB. RGB value is (166,93,251). Sum of RGB (Red+Green+Blue) = 166+93+251=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #A65DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65DFB is #59A204. Grayscale: #848484. Windows color (decimal): -5874181 or 16473510. OLE color: 16473510.
HSL color Cylindrical-coordinate representation of color #A65DFB: hue angle of 267.72º degrees, saturation: 0.95, 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 #A65DFB is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 93 | 251 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.02 |
| HSL | 267.72º | 0.95% | 0.67% | - |
| HSV(B) | 267.72º | 0.63% | 0.98% | - |
| XYZ | 37.05 | 22.9 | 93.73 | - |
| YUV | 132.84 | 194.68 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 251 | 0.34 | 0.63 | 0 | 0.02 | 267.72 | 0.95 | 0.67 |
| Hex | A6 | 5D | FB | 22 | 3F | 0 | 2 | 10C | 5F | 43 |
| Octal | 246 | 135 | 373 | 42 | 77 | 0 | 2 | 414 | 137 | 103 |
| Binary | 10100110 | 1011101 | 11111011 | 100010 | 111111 | 0 | 10 | 100001100 | 1011111 | 1000011 |
Color Harmonies of #A65DFB
Complementary color
Monochromatic Colors of #A65DFB
Black with #A65DFB
Text Example
Text Example
White with #A65DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65DFB; }
p { color: rgb(166,93,251); }
H1.HeaderClassName
{
color: #A65DFB;
}
.AnyTagClassName
{
color: #A65DFB;
}
</style>
background-color css
<style>
a { background-color: #A65DFB; }
a { background-color: rgb(166,93,251); }
div.DivClassName
{
background-color: #A65DFB;
}
.BgClassName
{
background-color: #A65DFB;
}
</style>
border-color css
<style>
span { border-color: #A65DFB; }
span { border-color: rgb(166,93,251); }
td.TdClassName
{
border-color: #A65DFB;
}
.TagClassName
{
border-color: #A65DFB;
}
</style>