Shades of Medium Orchid #A84FFC
Tints of Medium Orchid #A84FFC
RGB
CMYK
RGB Variations
Color information
#A84FFC (or 0xA84FFC) is known color: Medium Orchid. HEX triplet: A8, 4F and FC. RGB value is (168,79,252). Sum of RGB (Red+Green+Blue) = 168+79+252=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #A84FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FFC is #57B003. Grayscale: #7C7C7C. Windows color (decimal): -5746692 or 16535464. OLE color: 16535464.
HSL color Cylindrical-coordinate representation of color #A84FFC: hue angle of 270.87º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84FFC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 79 | 252 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.01 |
| HSL | 270.87º | 0.97% | 0.65% | - |
| HSV(B) | 270.87º | 0.69% | 0.99% | - |
| XYZ | 36.52 | 20.95 | 94.21 | - |
| YUV | 125.33 | 199.49 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 252 | 0.33 | 0.69 | 0 | 0.01 | 270.87 | 0.97 | 0.65 |
| Hex | A8 | 4F | FC | 21 | 45 | 0 | 1 | 10F | 61 | 41 |
| Octal | 250 | 117 | 374 | 41 | 105 | 0 | 1 | 417 | 141 | 101 |
| Binary | 10101000 | 1001111 | 11111100 | 100001 | 1000101 | 0 | 1 | 100001111 | 1100001 | 1000001 |
Color Harmonies of #A84FFC
Complementary color
Monochromatic Colors of #A84FFC
Black with #A84FFC
Text Example
Text Example
White with #A84FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FFC; }
p { color: rgb(168,79,252); }
H1.HeaderClassName
{
color: #A84FFC;
}
.AnyTagClassName
{
color: #A84FFC;
}
</style>
background-color css
<style>
a { background-color: #A84FFC; }
a { background-color: rgb(168,79,252); }
div.DivClassName
{
background-color: #A84FFC;
}
.BgClassName
{
background-color: #A84FFC;
}
</style>
border-color css
<style>
span { border-color: #A84FFC; }
span { border-color: rgb(168,79,252); }
td.TdClassName
{
border-color: #A84FFC;
}
.TagClassName
{
border-color: #A84FFC;
}
</style>