Shades of Medium Purple #A65BED
Tints of Medium Purple #A65BED
RGB
CMYK
RGB Variations
Color information
#A65BED (or 0xA65BED) is known color: Medium Purple. HEX triplet: A6, 5B and ED. RGB value is (166,91,237). Sum of RGB (Red+Green+Blue) = 166+91+237=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #A65BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BED is #59A412. Grayscale: #818181. Windows color (decimal): -5874707 or 15555494. OLE color: 15555494.
HSL color Cylindrical-coordinate representation of color #A65BED: hue angle of 270.82º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65BED is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 91 | 237 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.07 |
| HSL | 270.82º | 0.8% | 0.64% | - |
| HSV(B) | 270.82º | 0.62% | 0.93% | - |
| XYZ | 34.75 | 21.7 | 82.48 | - |
| YUV | 130.07 | 188.35 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 237 | 0.30 | 0.62 | 0 | 0.07 | 270.82 | 0.8 | 0.64 |
| Hex | A6 | 5B | ED | 1E | 3E | 0 | 7 | 10F | 50 | 40 |
| Octal | 246 | 133 | 355 | 36 | 76 | 0 | 7 | 417 | 120 | 100 |
| Binary | 10100110 | 1011011 | 11101101 | 11110 | 111110 | 0 | 111 | 100001111 | 1010000 | 1000000 |
Color Harmonies of #A65BED
Complementary color
Monochromatic Colors of #A65BED
Black with #A65BED
Text Example
Text Example
White with #A65BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BED; }
p { color: rgb(166,91,237); }
H1.HeaderClassName
{
color: #A65BED;
}
.AnyTagClassName
{
color: #A65BED;
}
</style>
background-color css
<style>
a { background-color: #A65BED; }
a { background-color: rgb(166,91,237); }
div.DivClassName
{
background-color: #A65BED;
}
.BgClassName
{
background-color: #A65BED;
}
</style>
border-color css
<style>
span { border-color: #A65BED; }
span { border-color: rgb(166,91,237); }
td.TdClassName
{
border-color: #A65BED;
}
.TagClassName
{
border-color: #A65BED;
}
</style>