Shades of Medium Orchid #A54FF6
Tints of Medium Orchid #A54FF6
RGB
CMYK
RGB Variations
Color information
#A54FF6 (or 0xA54FF6) is known color: Medium Orchid. HEX triplet: A5, 4F and F6. RGB value is (165,79,246). Sum of RGB (Red+Green+Blue) = 165+79+246=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #A54FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FF6 is #5AB009. Grayscale: #7B7B7B. Windows color (decimal): -5943306 or 16142245. OLE color: 16142245.
HSL color Cylindrical-coordinate representation of color #A54FF6: hue angle of 270.9º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54FF6 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 79 | 246 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.04 |
| HSL | 270.9º | 0.9% | 0.64% | - |
| HSV(B) | 270.9º | 0.68% | 0.96% | - |
| XYZ | 34.95 | 20.25 | 89.25 | - |
| YUV | 123.75 | 196.99 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 246 | 0.33 | 0.68 | 0 | 0.04 | 270.9 | 0.9 | 0.64 |
| Hex | A5 | 4F | F6 | 21 | 44 | 0 | 4 | 10F | 5A | 40 |
| Octal | 245 | 117 | 366 | 41 | 104 | 0 | 4 | 417 | 132 | 100 |
| Binary | 10100101 | 1001111 | 11110110 | 100001 | 1000100 | 0 | 100 | 100001111 | 1011010 | 1000000 |
Color Harmonies of #A54FF6
Complementary color
Monochromatic Colors of #A54FF6
Black with #A54FF6
Text Example
Text Example
White with #A54FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FF6; }
p { color: rgb(165,79,246); }
H1.HeaderClassName
{
color: #A54FF6;
}
.AnyTagClassName
{
color: #A54FF6;
}
</style>
background-color css
<style>
a { background-color: #A54FF6; }
a { background-color: rgb(165,79,246); }
div.DivClassName
{
background-color: #A54FF6;
}
.BgClassName
{
background-color: #A54FF6;
}
</style>
border-color css
<style>
span { border-color: #A54FF6; }
span { border-color: rgb(165,79,246); }
td.TdClassName
{
border-color: #A54FF6;
}
.TagClassName
{
border-color: #A54FF6;
}
</style>