Shades of Medium Purple #A66BED
Tints of Medium Purple #A66BED
RGB
CMYK
RGB Variations
Color information
#A66BED (or 0xA66BED) is known color: Medium Purple. HEX triplet: A6, 6B and ED. RGB value is (166,107,237). Sum of RGB (Red+Green+Blue) = 166+107+237=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #A66BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66BED is #599412. Grayscale: #8B8B8B. Windows color (decimal): -5870611 or 15559590. OLE color: 15559590.
HSL color Cylindrical-coordinate representation of color #A66BED: hue angle of 267.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A66BED is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 107 | 237 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.07 |
| HSL | 267.23º | 0.78% | 0.67% | - |
| HSV(B) | 267.23º | 0.55% | 0.93% | - |
| XYZ | 36.27 | 24.74 | 82.98 | - |
| YUV | 139.46 | 183.05 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 237 | 0.30 | 0.55 | 0 | 0.07 | 267.23 | 0.78 | 0.67 |
| Hex | A6 | 6B | ED | 1E | 37 | 0 | 7 | 10B | 4E | 43 |
| Octal | 246 | 153 | 355 | 36 | 67 | 0 | 7 | 413 | 116 | 103 |
| Binary | 10100110 | 1101011 | 11101101 | 11110 | 110111 | 0 | 111 | 100001011 | 1001110 | 1000011 |
Color Harmonies of #A66BED
Complementary color
Monochromatic Colors of #A66BED
Black with #A66BED
Text Example
Text Example
White with #A66BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BED; }
p { color: rgb(166,107,237); }
H1.HeaderClassName
{
color: #A66BED;
}
.AnyTagClassName
{
color: #A66BED;
}
</style>
background-color css
<style>
a { background-color: #A66BED; }
a { background-color: rgb(166,107,237); }
div.DivClassName
{
background-color: #A66BED;
}
.BgClassName
{
background-color: #A66BED;
}
</style>
border-color css
<style>
span { border-color: #A66BED; }
span { border-color: rgb(166,107,237); }
td.TdClassName
{
border-color: #A66BED;
}
.TagClassName
{
border-color: #A66BED;
}
</style>