Shades of Medium Purple #A66BEA
Tints of Medium Purple #A66BEA
RGB
CMYK
RGB Variations
Color information
#A66BEA (or 0xA66BEA) is known color: Medium Purple. HEX triplet: A6, 6B and EA. RGB value is (166,107,234). Sum of RGB (Red+Green+Blue) = 166+107+234=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #A66BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66BEA is #599415. Grayscale: #8A8A8A. Windows color (decimal): -5870614 or 15362982. OLE color: 15362982.
HSL color Cylindrical-coordinate representation of color #A66BEA: hue angle of 267.87º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A66BEA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 107 | 234 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.08 |
| HSL | 267.87º | 0.75% | 0.67% | - |
| HSV(B) | 267.87º | 0.54% | 0.92% | - |
| XYZ | 35.83 | 24.56 | 80.69 | - |
| YUV | 139.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 234 | 0.29 | 0.54 | 0 | 0.08 | 267.87 | 0.75 | 0.67 |
| Hex | A6 | 6B | EA | 1D | 36 | 0 | 8 | 10C | 4B | 43 |
| Octal | 246 | 153 | 352 | 35 | 66 | 0 | 10 | 414 | 113 | 103 |
| Binary | 10100110 | 1101011 | 11101010 | 11101 | 110110 | 0 | 1000 | 100001100 | 1001011 | 1000011 |
Color Harmonies of #A66BEA
Complementary color
Monochromatic Colors of #A66BEA
Black with #A66BEA
Text Example
Text Example
White with #A66BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BEA; }
p { color: rgb(166,107,234); }
H1.HeaderClassName
{
color: #A66BEA;
}
.AnyTagClassName
{
color: #A66BEA;
}
</style>
background-color css
<style>
a { background-color: #A66BEA; }
a { background-color: rgb(166,107,234); }
div.DivClassName
{
background-color: #A66BEA;
}
.BgClassName
{
background-color: #A66BEA;
}
</style>
border-color css
<style>
span { border-color: #A66BEA; }
span { border-color: rgb(166,107,234); }
td.TdClassName
{
border-color: #A66BEA;
}
.TagClassName
{
border-color: #A66BEA;
}
</style>