Shades of Medium Orchid #A64BF3
Tints of Medium Orchid #A64BF3
RGB
CMYK
RGB Variations
Color information
#A64BF3 (or 0xA64BF3) is known color: Medium Orchid. HEX triplet: A6, 4B and F3. RGB value is (166,75,243). Sum of RGB (Red+Green+Blue) = 166+75+243=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #A64BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BF3 is #59B40C. Grayscale: #787878. Windows color (decimal): -5878797 or 15944614. OLE color: 15944614.
HSL color Cylindrical-coordinate representation of color #A64BF3: hue angle of 272.5º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64BF3 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 75 | 243 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.05 |
| HSL | 272.5º | 0.88% | 0.62% | - |
| HSV(B) | 272.5º | 0.69% | 0.95% | - |
| XYZ | 34.42 | 19.61 | 86.77 | - |
| YUV | 121.36 | 196.65 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 243 | 0.32 | 0.69 | 0 | 0.05 | 272.5 | 0.88 | 0.62 |
| Hex | A6 | 4B | F3 | 20 | 45 | 0 | 5 | 110 | 58 | 3E |
| Octal | 246 | 113 | 363 | 40 | 105 | 0 | 5 | 420 | 130 | 76 |
| Binary | 10100110 | 1001011 | 11110011 | 100000 | 1000101 | 0 | 101 | 100010000 | 1011000 | 111110 |
Color Harmonies of #A64BF3
Complementary color
Monochromatic Colors of #A64BF3
Black with #A64BF3
Text Example
Text Example
White with #A64BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BF3; }
p { color: rgb(166,75,243); }
H1.HeaderClassName
{
color: #A64BF3;
}
.AnyTagClassName
{
color: #A64BF3;
}
</style>
background-color css
<style>
a { background-color: #A64BF3; }
a { background-color: rgb(166,75,243); }
div.DivClassName
{
background-color: #A64BF3;
}
.BgClassName
{
background-color: #A64BF3;
}
</style>
border-color css
<style>
span { border-color: #A64BF3; }
span { border-color: rgb(166,75,243); }
td.TdClassName
{
border-color: #A64BF3;
}
.TagClassName
{
border-color: #A64BF3;
}
</style>